Information about plays

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

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

{
    "id": 2682831,
    "uri": "https://api.kexp.org/v2/plays/2682831/?format=api",
    "airdate": "2020-01-06T11:32:21-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Future Doesn't Know",
    "track_id": "d3176c22-617c-4df6-8226-fce3d19f7025",
    "recording_id": null,
    "artist": "Guerilla Toss",
    "artist_ids": [
        "a615b8f7-a9f6-4d7a-90c7-6fdf26b13411"
    ],
    "album": "What Would the Odd Do?",
    "release_id": "fa04bf84-3dbe-4d6a-a97b-cb0952e457b4",
    "release_group_id": null,
    "labels": [
        "NNA Tapes"
    ],
    "label_ids": [
        "cca38a20-d015-4a92-9399-edf23bef4264"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on the 18th of  October 2019, Guerilla Toss returns to NNA Tapes with a brand new EP, 'What Would The Odd Do?', an exploration into new territories and an expansion on their recipe for twisted, addictive rock & roll mania: fried funk, damaged dance, and cosmic cacophony. You can support the band here: https://bit.ly/2MYMo7s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}