Information about plays

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

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

{
    "id": 348337,
    "uri": "https://api.kexp.org/v2/plays/348337/?format=api",
    "airdate": "2019-06-30T18:35:00-07:00",
    "show": 5806,
    "show_uri": "https://api.kexp.org/v2/shows/5806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going In Circles",
    "track_id": "95c8ebde-919b-3ead-83d3-0a952816254e",
    "recording_id": null,
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Black Moses",
    "release_id": "3ea42943-026f-4e27-9f23-0fae075f6a50",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2009-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}