Information about plays

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

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

{
    "id": 379458,
    "uri": "https://api.kexp.org/v2/plays/379458/?format=api",
    "airdate": "2019-09-11T07:19:00-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Hand in Mine",
    "track_id": "6508dc83-d908-4a9a-ba03-61648300d99c",
    "recording_id": null,
    "artist": "Explosions in the Sky",
    "artist_ids": [
        "4236acde-2ce2-441c-a3d4-38d55f1b5474"
    ],
    "album": "The Earth Is Not a Cold Dead Place",
    "release_id": "c4b313de-9a23-4b6e-91bb-7941b5a644c5",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Explosions In The Sky performed live in the KEXP studio in 2016: https://www.youtube.com/watch?v=tLzIuL8xzgM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}