Information about plays

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

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

{
    "id": 357642,
    "uri": "https://api.kexp.org/v2/plays/357642/?format=api",
    "airdate": "2019-07-22T12:48:36-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "http://coverartarchive.org/release/35b12194-76eb-4562-afd9-93c36d366291/17143152285-250.jpg",
    "thumbnail_uri": "",
    "song": "Mourning Sound",
    "track_id": "fea380e0-1158-4210-8ff4-01bd5134e79e",
    "recording_id": null,
    "artist": "Grizzly Bear",
    "artist_ids": [
        "59a7fbcb-ff74-494d-abd0-9c82359040c9"
    ],
    "album": "Painted Ruins",
    "release_id": "35b12194-76eb-4562-afd9-93c36d366291",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2017-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Brooklyn, NY. http://grizzly-bear.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}