Information about plays

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

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

{
    "id": 348289,
    "uri": "https://api.kexp.org/v2/plays/348289/?format=api",
    "airdate": "2019-06-30T15:48:01-07:00",
    "show": 5805,
    "show_uri": "https://api.kexp.org/v2/shows/5805/?format=api",
    "image_uri": "http://coverartarchive.org/release/e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778/5651213506-250.jpg",
    "thumbnail_uri": "",
    "song": "My Favorite Mutiny",
    "track_id": "b9972436-86ff-3e71-9664-c4037a1f5c27",
    "recording_id": null,
    "artist": "The Coup feat. Black Thought & Talib Kweli",
    "artist_ids": [
        "5f39d33c-a167-4a63-9c44-71d27618b712"
    ],
    "album": "Pick a Bigger Weapon",
    "release_id": "e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2006-04-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "April 2006; their tour ended abruptly that December when the band's bus went off a road, rolled over, and caught fire. Several members of the Coup's crew and backing band, along with touring partner Mr. Lif, were injured, but everyone survived.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}