Information about plays

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

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

{
    "id": 382482,
    "uri": "https://api.kexp.org/v2/plays/382482/?format=api",
    "airdate": "2019-09-18T13:00:37-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/1ef3229b-0dd6-3dfc-9f8c-6b110dd85525/11348606511-250.jpg",
    "thumbnail_uri": "",
    "song": "I Still Remember",
    "track_id": "c00584d8-f41a-329a-8a27-3d9fcbee5f5a",
    "recording_id": null,
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "A Weekend in the City",
    "release_id": "1ef3229b-0dd6-3dfc-9f8c-6b110dd85525",
    "release_group_id": null,
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2007-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Bloc Party perform live on KEXP here: <br>https://bit.ly/1BjVGy6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}