Information about plays

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

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

{
    "id": 375567,
    "uri": "https://api.kexp.org/v2/plays/375567/?format=api",
    "airdate": "2019-09-02T09:50:20-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/e45cc29e-b355-405f-be50-2b952ea774cb/13617004904-250.jpg",
    "thumbnail_uri": "",
    "song": "Good to Be Back Home",
    "track_id": "b0ca4db9-95d5-4a4e-a2c4-15dece25c5e7",
    "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": "Aw, Charlie, we miss you and your awesome hugs. Dearly. https://daptonerecords.com/artists/charles-bradley/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}