Information about plays

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

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

{
    "id": 3624874,
    "uri": "https://api.kexp.org/v2/plays/3624874/?format=api",
    "airdate": "2026-03-03T16:26:22-08:00",
    "show": 66082,
    "show_uri": "https://api.kexp.org/v2/shows/66082/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-365de359-7c0b-4c35-a6b0-dcee8a48294c/mbid-365de359-7c0b-4c35-a6b0-dcee8a48294c-7203437990_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-365de359-7c0b-4c35-a6b0-dcee8a48294c/mbid-365de359-7c0b-4c35-a6b0-dcee8a48294c-7203437990_thumb250.jpg",
    "song": "Young Adult Friction",
    "track_id": "04eb1c4d-5cd5-30db-bdb7-c1fa5ac80177",
    "recording_id": "a90cd824-087b-42ae-9efe-5f7cc301259c",
    "artist": "The Pains of Being Pure at Heart",
    "artist_ids": [
        "46f4e349-ddec-4131-9367-91b630a821d0"
    ],
    "album": "The Pains of Being Pure at Heart",
    "release_id": "365de359-7c0b-4c35-a6b0-dcee8a48294c",
    "release_group_id": "e649b605-99be-3500-8c68-4ee5e5adfc1f",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2009-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pains of Being Pure at Heart are an American indie pop band from New York City, formed in 2007. The band centered around founding member and principal songwriter Kip Berman (vocals, guitar). Kip Berman grew up in Philadelphia, but moved to Portland, Oregon where he lived for several years.\nhttps://www.thepainsofbeingpureatheart.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}