Information about plays

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

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

{
    "id": 3632300,
    "uri": "https://api.kexp.org/v2/plays/3632300/?format=api",
    "airdate": "2026-03-22T09:32:21-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/aef87bea-26a2-4d01-8541-e29577621791/21282280928-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aef87bea-26a2-4d01-8541-e29577621791/21282280928-250.jpg",
    "song": "The Pope and the Dope",
    "track_id": null,
    "recording_id": "e5fdc45a-e846-4d4d-bcef-28087c5ba142",
    "artist": "Charlie Daniels",
    "artist_ids": [
        "80d9e8d6-839d-4ac7-8216-09b58f58b8b2"
    ],
    "album": "Charlie Daniels",
    "release_id": null,
    "release_group_id": "20942fed-6556-4f1e-8f00-82a0c5c24b02",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1969-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the North Carolina musician’s first album. He’d spent much of his career as a session musician, playing on Kershaw’s Cajun album and Ringo Starr’s Beaucoups of Blues.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}