Information about plays

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

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

{
    "id": 348652,
    "uri": "https://api.kexp.org/v2/plays/348652/?format=api",
    "airdate": "2019-07-01T13:52:05-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/6e86b087-1d99-4327-9053-efabade76789/8282117731-250.jpg",
    "thumbnail_uri": "",
    "song": "Bodies at Bay",
    "track_id": "15267f89-2a25-4c45-8aef-fac9f9ef661b",
    "recording_id": null,
    "artist": "Cold Specks",
    "artist_ids": [
        "97f79d2d-a836-42dc-b4f8-a1736eb95f31"
    ],
    "album": "Neuroplasticity",
    "release_id": "6e86b087-1d99-4327-9053-efabade76789",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2014-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Toronto, ON. Enjoy Live Video from Cold Specks' 2012 KEXP In-Studio: https://www.youtube.com/watch?v=lIsEELFKzHA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}