Information about plays

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

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

{
    "id": 3632023,
    "uri": "https://api.kexp.org/v2/plays/3632023/?format=api",
    "airdate": "2026-03-21T18:13:00-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "https://dn721504.ca.archive.org/0/items/mbid-7e778595-1038-4acb-b2a6-4851f5211cad/mbid-7e778595-1038-4acb-b2a6-4851f5211cad-40808008805_thumb500.jpg",
    "thumbnail_uri": "https://dn721504.ca.archive.org/0/items/mbid-7e778595-1038-4acb-b2a6-4851f5211cad/mbid-7e778595-1038-4acb-b2a6-4851f5211cad-40808008805_thumb250.jpg",
    "song": "Miss Teen U.S.A.",
    "track_id": "cd59866e-0aa9-36c6-952a-3a2b8f942698",
    "recording_id": "5d4f25f7-febd-4562-b70e-7595a4517dd5",
    "artist": "Best Kissers in the World",
    "artist_ids": [
        "910fbe37-23da-4414-8299-91cc104d12e9"
    ],
    "album": "Been There",
    "release_id": "7e778595-1038-4acb-b2a6-4851f5211cad",
    "release_group_id": "217c5fd4-9e32-3483-863a-6b9c7abb778c",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jimmy Paulson, vocalist and guitarist for the Lemons, was also in Best Kissers in the World!\n\nThe band released their debut LP, Been There, on MCA in 1993. Before that, they put out their debut EP on Sub Pop in 1991.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}