Information about plays

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

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

{
    "id": 373489,
    "uri": "https://api.kexp.org/v2/plays/373489/?format=api",
    "airdate": "2019-08-28T11:50:16-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "http://coverartarchive.org/release/f9780b6b-aa8f-44ac-a92b-1a10fa0fcba6/18756984626-250.jpg",
    "thumbnail_uri": "",
    "song": "Oblivious",
    "track_id": "b7b152dd-8b4c-3903-aedd-b83605df66b9",
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "Today",
    "release_id": "f9780b6b-aa8f-44ac-a92b-1a10fa0fcba6",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miles says \"Besides a few hours of silence, the 30 plus hours on the road was spent listening to ‘THE MUSIC’ mixtape on auto-reverse.\" <br>https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}