Information about plays

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

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

{
    "id": 342624,
    "uri": "https://api.kexp.org/v2/plays/342624/?format=api",
    "airdate": "2019-06-17T16:24:17-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "http://coverartarchive.org/release/51361fcf-9262-4599-8f0c-2e9ba931f754/22484646891-250.jpg",
    "thumbnail_uri": "",
    "song": "The Cruel Millenial",
    "track_id": "05b1dc29-2916-412f-adde-0dabf673219e",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Fishing for Fishies",
    "release_id": "51361fcf-9262-4599-8f0c-2e9ba931f754",
    "release_group_id": null,
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch this prolific band on August 18th at The Paramount Theatre!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}