Information about plays

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

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

{
    "id": 3598652,
    "uri": "https://api.kexp.org/v2/plays/3598652/?format=api",
    "airdate": "2026-01-01T02:13:43-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b6ffe88-a743-4ce4-bef6-6703ab31de32/14116140891-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b6ffe88-a743-4ce4-bef6-6703ab31de32/14116140891-250.jpg",
    "song": "You Don’t Love Me (No, No, No)",
    "track_id": null,
    "recording_id": "a93dda42-6a11-4876-9d61-26234850d320",
    "artist": "Dawn Penn",
    "artist_ids": [
        "2303f592-119c-4ca7-b8fd-819c5ac5667d"
    ],
    "album": "No, No, No",
    "release_id": null,
    "release_group_id": "de2e87e0-97e6-3788-b953-3690323c695f",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "04a12848-9667-4173-93c6-011cb1c3eabd"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1994 hit\n\nhttps://www.youtube.com/watch?v=j4vjVetZPpM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}