Information about plays

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

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

{
    "id": 3619548,
    "uri": "https://api.kexp.org/v2/plays/3619548/?format=api",
    "airdate": "2026-02-19T14:50:27-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Real Music vs. Bu11$#!+",
    "track_id": null,
    "recording_id": "281e447a-4354-40ae-a724-05e3b7fedd81",
    "artist": "Count Bass D",
    "artist_ids": [
        "18c9e1ac-840d-4d30-86a0-16b2f608b20f"
    ],
    "album": "Dwight Spitz",
    "release_id": null,
    "release_group_id": "e5b23a4c-a27c-39ab-a9c8-3058ad741f52",
    "labels": [
        "CountBassD.com"
    ],
    "label_ids": [
        "2941710d-82e5-4f4e-9591-680d190e3e56"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Real Music vs. Bullshit\" contains samples of \"You've Got It Bad Girl\" by Stevie Wonder, \"Jimmy Smith Rap\" by Jimmy Smith, \"Golden Slumbers / You Never Give Me Your Money\" by George Benson and \"Summer Madness\" by Kool & the Gang.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}