Information about plays

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

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

{
    "id": 378722,
    "uri": "https://api.kexp.org/v2/plays/378722/?format=api",
    "airdate": "2019-09-09T11:52:46-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "http://coverartarchive.org/release/1c65dc93-6748-3bb5-be18-bdbbad7f8d42/1560014889-250.jpg",
    "thumbnail_uri": "",
    "song": "Luck of Lucien",
    "track_id": "176bc8ce-e8f6-3f7d-a654-d6f63c12a949",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People’s Instinctive Travels and the Paths of Rhythm",
    "release_id": "1c65dc93-6748-3bb5-be18-bdbbad7f8d42",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1990-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"'Luck Of Lucien' pays homage to Lucien Revolucien, a French rapper and friend of Q-Tip, as well as an affiliate of the Native Tongues posse. Built around a sped-up sample of jazz trumpeter Billy Brooks, the song features one of the lighter, jazzier backing tracks on <i>People’s Instinctive Travels</i>.\" Read more here: https://bit.ly/2kdcCIo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}