Information about plays

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

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

{
    "id": 3543602,
    "uri": "https://api.kexp.org/v2/plays/3543602/?format=api",
    "airdate": "2025-08-23T04:24:41-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia800900.us.archive.org/3/items/mbid-5deb9ac8-55f1-486e-a9a0-3a6d4a460c80/mbid-5deb9ac8-55f1-486e-a9a0-3a6d4a460c80-9205479903_thumb500.jpg",
    "thumbnail_uri": "https://ia800900.us.archive.org/3/items/mbid-5deb9ac8-55f1-486e-a9a0-3a6d4a460c80/mbid-5deb9ac8-55f1-486e-a9a0-3a6d4a460c80-9205479903_thumb250.jpg",
    "song": "Wheel of Fortune",
    "track_id": "5dc79fac-ddbd-3fe7-a228-a7596b6e97c6",
    "recording_id": "3b36c425-fb22-404d-98ef-139b747e6894",
    "artist": "Dinah Washington",
    "artist_ids": [
        "d385947d-c00d-4311-9cf1-a032a1d4040b"
    ],
    "album": "Blowing the Fuse: 29 R&B Classics That Rocked the Jukebox in 1952",
    "release_id": "5deb9ac8-55f1-486e-a9a0-3a6d4a460c80",
    "release_group_id": "1cc7cc99-628e-3551-b51a-abc6e7a6afe0",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2005-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}