Information about plays

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

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

{
    "id": 353796,
    "uri": "https://api.kexp.org/v2/plays/353796/?format=api",
    "airdate": "2019-07-13T06:42:00-07:00",
    "show": 5893,
    "show_uri": "https://api.kexp.org/v2/shows/5893/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Helplessly Hoping",
    "track_id": "71195770-3a58-4d5a-9b27-b245ee111292",
    "recording_id": null,
    "artist": "Crosby, Stills & Nash",
    "artist_ids": [
        "cfafad90-b736-4c74-8ded-f3f4d7b2c792"
    ],
    "album": "Crosby, Stills & Nash",
    "release_id": "bb907ff7-c5a5-4849-a835-f7014ef2e453",
    "release_group_id": null,
    "labels": [
        "Classic Records"
    ],
    "label_ids": [
        "f8714b81-78da-4f6e-a20c-7b2bad7709ce"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}