Information about plays

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

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

{
    "id": 3656944,
    "uri": "https://api.kexp.org/v2/plays/3656944/?format=api",
    "airdate": "2026-05-19T19:06:25-07:00",
    "show": 66761,
    "show_uri": "https://api.kexp.org/v2/shows/66761/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-74d6b4c3-440d-43c3-91b0-309f5ca082a0/mbid-74d6b4c3-440d-43c3-91b0-309f5ca082a0-41881676652_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-74d6b4c3-440d-43c3-91b0-309f5ca082a0/mbid-74d6b4c3-440d-43c3-91b0-309f5ca082a0-41881676652_thumb250.jpg",
    "song": "That Thing with the Rabbit",
    "track_id": "15d1d854-a32c-40fa-97a8-56cf62394409",
    "recording_id": "b8532d18-8b82-4080-8437-c5c6490a80a3",
    "artist": "Headache",
    "artist_ids": [
        "dbfe559d-594d-43ac-bd72-5e83fe25561b"
    ],
    "album": "The Head Hurts but the Heart Knows the Truth",
    "release_id": "74d6b4c3-440d-43c3-91b0-309f5ca082a0",
    "release_group_id": "7de47724-7239-4b43-81f7-dadbfaa2b581",
    "labels": [
        "PLZ Make It Ruins"
    ],
    "label_ids": [
        "f400fca8-7120-42e4-9631-db74d5248ba9"
    ],
    "release_date": "2023-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Francis Hornsby Clark, produced & mixed by Vegyn, vocals produced by Artificial Intelligence - maybe? - \nhttps://plzmakeitruins.bandcamp.com/album/the-head-hurts-but-the-heart-knows-the-truth-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}