Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/378559/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 378559,
    "uri": "https://api.kexp.org/v2/plays/378559/?format=api",
    "airdate": "2019-09-09T02:29:24-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Green Eyes",
    "track_id": "4be7c2c2-b202-4cf7-b06e-ef61486ea3cf",
    "recording_id": null,
    "artist": "Rhye",
    "artist_ids": [
        "aa914efa-d6cb-4816-906f-8edafb08418e"
    ],
    "album": "Spirit",
    "release_id": "400e716c-b168-43a1-91ce-080902a538a1",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}