Information about plays

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

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

{
    "id": 2670891,
    "uri": "https://api.kexp.org/v2/plays/2670891/?format=api",
    "airdate": "2019-12-09T07:37:26-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/51860ecf-56cb-4c82-b7f1-dec80ebf5165/10077882211-250.jpg",
    "thumbnail_uri": "",
    "song": "Reflektor",
    "track_id": "d134d1d2-4f1c-4442-b432-deea82c3741c",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Reflektor",
    "release_id": "51860ecf-56cb-4c82-b7f1-dec80ebf5165",
    "release_group_id": null,
    "labels": [
        "Sonovox Records"
    ],
    "label_ids": [
        "863f76f2-ada7-432e-8046-bef4e1c11663"
    ],
    "release_date": "2013-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for Kian! He turns 9 today <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}