Information about plays

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

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

{
    "id": 374774,
    "uri": "https://api.kexp.org/v2/plays/374774/?format=api",
    "airdate": "2019-08-31T06:36:00-07:00",
    "show": 6236,
    "show_uri": "https://api.kexp.org/v2/shows/6236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sadie Hawkins",
    "track_id": "41614d05-7905-415a-946d-135e0d8425a1",
    "recording_id": null,
    "artist": "Katie Kate",
    "artist_ids": [
        "4993d5ba-46c9-4f32-a570-3ca6f64c9937"
    ],
    "album": "Nation",
    "release_id": "f37847f5-4159-4d81-a1a2-533cfafdf6f9",
    "release_group_id": null,
    "labels": [
        "Katie Kate Enterprises"
    ],
    "label_ids": [
        "abe36277-e017-47b7-ab1e-640bdf4d9cf9"
    ],
    "release_date": "2014-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}