Information about plays

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

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

{
    "id": 378926,
    "uri": "https://api.kexp.org/v2/plays/378926/?format=api",
    "airdate": "2019-09-10T01:01:08-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/78188810-df1a-4ac0-ac60-57e3bd84284b/18315026356-250.jpg",
    "thumbnail_uri": "",
    "song": "Need You Now",
    "track_id": "78c6f263-0ec3-3491-841c-fb9421fd5bcb",
    "recording_id": null,
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "Zonoscope",
    "release_id": "78188810-df1a-4ac0-ac60-57e3bd84284b",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2011-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interview: Cut Copy on their punk attitude, band formation and using tech. https://bit.ly/2k8um7x",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}