Information about plays

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

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

{
    "id": 3530007,
    "uri": "https://api.kexp.org/v2/plays/3530007/?format=api",
    "airdate": "2025-07-21T18:07:44-07:00",
    "show": 64077,
    "show_uri": "https://api.kexp.org/v2/shows/64077/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad4c5d3b-557e-4876-87aa-0ccdd575ce3c/35112942723-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad4c5d3b-557e-4876-87aa-0ccdd575ce3c/35112942723-250.jpg",
    "song": "Cissy Strut",
    "track_id": null,
    "recording_id": "c02b8bb0-c410-4f47-8fdc-12eab2f91e25",
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "100 Greatest 60s: Golden Oldies From the Sixties",
    "release_id": null,
    "release_group_id": "0b309a41-2b55-4ab7-b3f9-26de36a0941c",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This the Groovy mix ! The Meters are an American funk band formed in 1965 in New Orleans.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}