Information about plays

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

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

{
    "id": 380004,
    "uri": "https://api.kexp.org/v2/plays/380004/?format=api",
    "airdate": "2019-09-12T12:57:26-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/3552022f-e390-43aa-ab71-c8bf317dad1c/21616570753-250.jpg",
    "thumbnail_uri": "",
    "song": "Harborview Hospital",
    "track_id": "dbee0617-70ae-3c31-96c4-8f30410d6f21",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Blues Funeral",
    "release_id": "3552022f-e390-43aa-ab71-c8bf317dad1c",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2012-02-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mark Lanegan, joined by Jeff Fielder and Johnny Sangster, performed live in the KEXP studio in July 2014. https://www.youtube.com/watch?v=TwKzkAYZtCE&t=35s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}