Information about plays

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

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

{
    "id": 369113,
    "uri": "https://api.kexp.org/v2/plays/369113/?format=api",
    "airdate": "2019-08-18T13:15:30-07:00",
    "show": 6153,
    "show_uri": "https://api.kexp.org/v2/shows/6153/?format=api",
    "image_uri": "http://coverartarchive.org/release/c8666a92-0ed7-49ba-909e-82cc7f4fcfcd/23841566668-250.jpg",
    "thumbnail_uri": "",
    "song": "Mars for the Rich",
    "track_id": "293380cd-aa44-4421-a829-93a639305516",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Infest the Rats’ Nest",
    "release_id": "c8666a92-0ed7-49ba-909e-82cc7f4fcfcd",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>Infest the Rats' Nest</i> is their second release this year. They perform at the Paramount TONIGHT! https://kinggizzardandthelizardwizard.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}