Information about plays

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

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

{
    "id": 376040,
    "uri": "https://api.kexp.org/v2/plays/376040/?format=api",
    "airdate": "2019-09-03T14:37:52-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "http://coverartarchive.org/release/e45cc29e-b355-405f-be50-2b952ea774cb/13617004904-250.jpg",
    "thumbnail_uri": "",
    "song": "Ain't Gonna Give It Up",
    "track_id": "0fa33c10-fa5a-4a60-be50-7d90e47e17e5",
    "recording_id": null,
    "artist": "Charles Bradley",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "Changes",
    "release_id": "e45cc29e-b355-405f-be50-2b952ea774cb",
    "release_group_id": null,
    "labels": [
        "Dunham"
    ],
    "label_ids": [
        "58866e52-1337-4392-bb14-0811f93b288b"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the Screaming Eagle of Soul play live on KEXP: https://www.youtube.com/watch?v=Hbn4tTt9624 RIP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}