Information about plays

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

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

{
    "id": 3543647,
    "uri": "https://api.kexp.org/v2/plays/3543647/?format=api",
    "airdate": "2025-08-23T06:39:47-07:00",
    "show": 64362,
    "show_uri": "https://api.kexp.org/v2/shows/64362/?format=api",
    "image_uri": "https://coverartarchive.org/release/77879a28-6b3b-433e-b42b-7565fde6b283/42275750047-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77879a28-6b3b-433e-b42b-7565fde6b283/42275750047-250.jpg",
    "song": "I’m Going To Rise",
    "track_id": null,
    "recording_id": "b43b2af6-0079-4604-aafd-cc863c88c03a",
    "artist": "Annie & The Caldwells",
    "artist_ids": [
        "6cd7e438-601e-4f6b-bd2a-7729c99e934d"
    ],
    "album": "Can’t Lose My (Soul)",
    "release_id": null,
    "release_group_id": "5efee0fe-3685-43a4-85fd-5f8a7ee6b599",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2025-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}