Information about plays

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

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

{
    "id": 377742,
    "uri": "https://api.kexp.org/v2/plays/377742/?format=api",
    "airdate": "2019-09-07T00:37:00-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flood",
    "track_id": "c40630be-5f87-4b69-ae56-a6b62552b9db",
    "recording_id": null,
    "artist": "1800HaightStreet",
    "artist_ids": [
        "39d6f65d-8a2f-446e-b260-8a0a24471522"
    ],
    "album": "Endless",
    "release_id": "fa85646f-059e-41b0-9a5c-cdfa7111c84e",
    "release_group_id": null,
    "labels": [
        "Lobster Theremin"
    ],
    "label_ids": [
        "d61da6ba-5487-49ce-8460-a06bc8e37ab3"
    ],
    "release_date": "2017-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://lobstertheremin.com/album/endless",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}