Information about plays

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

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

{
    "id": 374196,
    "uri": "https://api.kexp.org/v2/plays/374196/?format=api",
    "airdate": "2019-08-29T22:17:17-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "http://coverartarchive.org/release/7811994c-4d53-412c-aab6-3c7f4ff93fbf/19143097871-250.jpg",
    "thumbnail_uri": "",
    "song": "God (Interlude)",
    "track_id": "8fab4aaa-96ea-486a-86ac-d708369e5526",
    "recording_id": null,
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below (Clean)",
    "release_id": "7811994c-4d53-412c-aab6-3c7f4ff93fbf",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speakerboxxx/The Love Below is the fifth studio album by American hip hop duo Outkast. It was released on September 23, 2003, by LaFace Records. Issued as a double album, its playtime of more than two hours is distributed over solo albums from each of the group's members.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}