Information about plays

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

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

{
    "id": 345554,
    "uri": "https://api.kexp.org/v2/plays/345554/?format=api",
    "airdate": "2019-06-24T12:58:40-07:00",
    "show": 5762,
    "show_uri": "https://api.kexp.org/v2/shows/5762/?format=api",
    "image_uri": "http://coverartarchive.org/release/9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b/12777364063-250.jpg",
    "thumbnail_uri": "",
    "song": "Exit 353",
    "track_id": "ea20ac77-6211-47e2-8d41-3a6292bb1969",
    "recording_id": null,
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Visions of Us on the Land",
    "release_id": "9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}