Information about plays

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

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

{
    "id": 3628302,
    "uri": "https://api.kexp.org/v2/plays/3628302/?format=api",
    "airdate": "2026-03-13T04:22:22-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef0f8a5b-08c5-3848-ad1f-ae3a170ad7ea/42036387895-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef0f8a5b-08c5-3848-ad1f-ae3a170ad7ea/42036387895-250.jpg",
    "song": "The Waste",
    "track_id": null,
    "recording_id": "d25063ca-2b2f-4b7c-a786-c55905c50de2",
    "artist": "Sepultura with Mike Patton",
    "artist_ids": [
        "1d93c839-22e7-4f76-ad84-d27039efc048",
        "6e891631-d99c-4768-8bc2-5e5feb42881c"
    ],
    "album": "Freddy vs. Jason",
    "release_id": null,
    "release_group_id": "311a102c-00fa-31d6-92f6-966439fc7f1f",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2003-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Friday the 13th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}