Information about plays

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

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

{
    "id": 379526,
    "uri": "https://api.kexp.org/v2/plays/379526/?format=api",
    "airdate": "2019-09-11T11:17:49-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/3be1946b-01c1-4401-a565-0bf4013dbf3c/4477441355-250.jpg",
    "thumbnail_uri": "",
    "song": "Fingerpops",
    "track_id": "434ed4f7-3a0b-3b9b-87b1-597c60fee12e",
    "recording_id": null,
    "artist": "Garageland",
    "artist_ids": [
        "50d14de8-d225-491b-864a-2b1eb9cb0a8e"
    ],
    "album": "Last Exit to Garageland",
    "release_id": "3be1946b-01c1-4401-a565-0bf4013dbf3c",
    "release_group_id": null,
    "labels": [
        "Foodchain Records"
    ],
    "label_ids": [
        "95a78791-50f4-49ad-ae59-3569a7f97817"
    ],
    "release_date": "2003-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Auckland, New Zealand, the band took their name from The Clash song \"Garageland\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}