Information about plays

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

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

{
    "id": 3567133,
    "uri": "https://api.kexp.org/v2/plays/3567133/?format=api",
    "airdate": "2025-10-19T09:04:08-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Getting Nasty",
    "track_id": null,
    "recording_id": "4224a221-9d59-42ec-90b5-c293f8400030",
    "artist": "Ike Turner's Kings of Rhythm",
    "artist_ids": [
        "4652ab5b-e8de-4001-bee7-8c0db600e4e3"
    ],
    "album": "A Black Man's Soul",
    "release_id": null,
    "release_group_id": "74df4265-21d9-3877-991c-58d5ecc56aa8",
    "labels": [
        "Pompeii Records"
    ],
    "label_ids": [
        "5990548b-428f-4ff1-a1aa-8062de3417b4"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turner recorded this album in between shows with the Ike and Tina Turner Revue shows. Jurassic 5 would go on to sample this song in Concrete Schoolyard in the 90s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}