Information about plays

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

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

{
    "id": 366042,
    "uri": "https://api.kexp.org/v2/plays/366042/?format=api",
    "airdate": "2019-08-11T15:28:06-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/12762a06-5457-4afd-a3b4-a5160a30dccc/22307942306-250.jpg",
    "thumbnail_uri": "",
    "song": "Gronlandic Edit",
    "track_id": "5bef5425-bf21-3bf0-bafa-88899081a983",
    "recording_id": null,
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "Hissing Fauna, Are You the Destroyer?",
    "release_id": "12762a06-5457-4afd-a3b4-a5160a30dccc",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "founded in Athens Georgia by frontman Kevin Barnes in 1996, named after a failed romance between Barnes and a woman \"of Montreal.\" // https://www.ofmontreal.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}