Information about plays

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

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

{
    "id": 2674834,
    "uri": "https://api.kexp.org/v2/plays/2674834/?format=api",
    "airdate": "2019-12-18T08:26:38-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Manic Depression",
    "track_id": "91ecf134-259f-3a79-b0fc-50d51d8554e4",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Smash Hits",
    "release_id": "474926c2-0365-3c0d-82d7-2fbf4a706f99",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Music sweet music / I wish I could caress caress caress / Manic depression is a frustrating mess...\" <br> </br> Depression may occur at any time of the year, but the stress and anxiety during the holiday season can be especially difficult. YOU ARE NOT ALONE.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}