Information about plays

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

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

{
    "id": 3554122,
    "uri": "https://api.kexp.org/v2/plays/3554122/?format=api",
    "airdate": "2025-09-17T09:22:52-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "https://ia903105.us.archive.org/33/items/mbid-6be641b8-b1de-3273-a6d3-b8037735d2fe/mbid-6be641b8-b1de-3273-a6d3-b8037735d2fe-19559908044_thumb500.jpg",
    "thumbnail_uri": "https://ia903105.us.archive.org/33/items/mbid-6be641b8-b1de-3273-a6d3-b8037735d2fe/mbid-6be641b8-b1de-3273-a6d3-b8037735d2fe-19559908044_thumb250.jpg",
    "song": "Horror Head",
    "track_id": "192829a9-a08b-380d-a58f-dd02166638c9",
    "recording_id": "9a8f7a62-d1b3-4250-b4e5-9aea9c055a27",
    "artist": "Curve",
    "artist_ids": [
        "104d65cc-ac4e-4351-b62d-32438c84259f"
    ],
    "album": "Doppelgänger",
    "release_id": "6be641b8-b1de-3273-a6d3-b8037735d2fe",
    "release_group_id": "0ed8a922-d124-34b0-bb6b-5489dd5de388",
    "labels": [
        "Charisma Records America, Inc.",
        "Anxious Records"
    ],
    "label_ids": [
        "5243a66a-4410-48a1-9b3c-76633076b703",
        "403a021d-be90-45ce-a1ee-26881ed68471"
    ],
    "release_date": "1992-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London's Dean Garcia and Toni Halliday formed Curve in 1990, and disbanded in 2005 after making five albums together. 'Doppelgänger' is their debut full-length album, released in 1992. Check out this video of Curve performing this song, 'Horror Head' live in San Diego circa 1992: https://www.youtube.com/watch?v=55iBBOWaW0U\n\nhttps://curve.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}