Information about plays

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

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

{
    "id": 3421812,
    "uri": "https://api.kexp.org/v2/plays/3421812/?format=api",
    "airdate": "2024-11-05T18:27:55-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia601902.us.archive.org/27/items/mbid-e45cc29e-b355-405f-be50-2b952ea774cb/mbid-e45cc29e-b355-405f-be50-2b952ea774cb-13617004904_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/27/items/mbid-e45cc29e-b355-405f-be50-2b952ea774cb/mbid-e45cc29e-b355-405f-be50-2b952ea774cb-13617004904_thumb250.jpg",
    "song": "Change for the World",
    "track_id": "382ae798-002c-4db4-ad40-f034ed87f775",
    "recording_id": "a76b7fb1-b872-492f-8301-a105779a12d7",
    "artist": "Charles Bradley",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "Changes",
    "release_id": "e45cc29e-b355-405f-be50-2b952ea774cb",
    "release_group_id": "f19e23dc-28d6-4ed6-a0e5-8d1fef337b2e",
    "labels": [
        "Dunham",
        "Daptone Records"
    ],
    "label_ids": [
        "58866e52-1337-4392-bb14-0811f93b288b",
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beloved musician Charles Bradley died of cancer  in 2017 at age 68.  Read KEXP's tribute to this wonderful artist: https://www.kexp.org/read/2017/9/23/r-i-p-charles-bradley/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}