Information about plays

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

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

{
    "id": 373026,
    "uri": "https://api.kexp.org/v2/plays/373026/?format=api",
    "airdate": "2019-08-27T14:54:20-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/608de3ea-c08f-36f5-9ac6-53d401940de7/11745044868-250.jpg",
    "thumbnail_uri": "",
    "song": "Pink Moon",
    "track_id": "a133271d-b10b-331f-80b0-8c4b08b44622",
    "recording_id": null,
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Pink Moon",
    "release_id": "608de3ea-c08f-36f5-9ac6-53d401940de7",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1992-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you Norah for sharing your mix with us as part of KEXP's first ever Mixtape Week!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}