Information about plays

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

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

{
    "id": 3621757,
    "uri": "https://api.kexp.org/v2/plays/3621757/?format=api",
    "airdate": "2026-02-24T15:42:55-08:00",
    "show": 66020,
    "show_uri": "https://api.kexp.org/v2/shows/66020/?format=api",
    "image_uri": "https://coverartarchive.org/release/2b9ca7d6-c77f-47cf-825a-50d8f5601f17/34968812887-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2b9ca7d6-c77f-47cf-825a-50d8f5601f17/34968812887-250.jpg",
    "song": "The Word / Sardines (Segue)",
    "track_id": null,
    "recording_id": "7488c4a7-d17b-459c-9913-4925f6609f1b",
    "artist": "The Junkyard Band",
    "artist_ids": [
        "6a2eb7b5-3893-4da3-a1c4-7fd87c2590c6"
    ],
    "album": "The Word / Sardines",
    "release_id": null,
    "release_group_id": "d8e6d9ca-31fe-3ef7-bb1b-32c1617fc157",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Junk Yard Band is a Washington, D.C–based go-go band, founded in the early 1980s by children playing on improvised instruments. They are best known for their songs- \"Sardines\" and \"The Word.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}