Information about plays

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

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

{
    "id": 3546922,
    "uri": "https://api.kexp.org/v2/plays/3546922/?format=api",
    "airdate": "2025-08-30T22:33:05-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://ia801207.us.archive.org/33/items/mbid-746947b9-027d-4dde-85e7-1198d6cd8ec6/mbid-746947b9-027d-4dde-85e7-1198d6cd8ec6-11249385589_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/33/items/mbid-746947b9-027d-4dde-85e7-1198d6cd8ec6/mbid-746947b9-027d-4dde-85e7-1198d6cd8ec6-11249385589_thumb250.jpg",
    "song": "Dope for Guns",
    "track_id": "91054534-f77e-3d81-bc41-b91e7535c143",
    "recording_id": "352b63a3-4f91-4609-bf3a-c70838b07675",
    "artist": "The Ruts",
    "artist_ids": [
        "a2f938aa-1aa3-474b-a070-762067274eab"
    ],
    "album": "The Crack / Grin and Bear It",
    "release_id": "746947b9-027d-4dde-85e7-1198d6cd8ec6",
    "release_group_id": "46f71ef8-4665-41f9-b047-160665c73fd8",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2003-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ruts (later known as The Ruts DC) are an English reggae-influenced punk rock band, notable for the 1979 UK top 10 hit single \"Babylon's Burning\".\n\nhttps://rutsdc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}