Information about plays

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

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

{
    "id": 378396,
    "uri": "https://api.kexp.org/v2/plays/378396/?format=api",
    "airdate": "2019-09-08T15:23:59-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "http://coverartarchive.org/release/35b12194-76eb-4562-afd9-93c36d366291/17143152285-250.jpg",
    "thumbnail_uri": "",
    "song": "Three Rings",
    "track_id": "6d812736-0a91-4c99-bb82-698ab622c298",
    "recording_id": null,
    "artist": "Grizzly Bear",
    "artist_ids": [
        "59a7fbcb-ff74-494d-abd0-9c82359040c9"
    ],
    "album": "Painted Ruins",
    "release_id": "35b12194-76eb-4562-afd9-93c36d366291",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2017-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.grizzly-bear.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}