Information about plays

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

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

{
    "id": 3629048,
    "uri": "https://api.kexp.org/v2/plays/3629048/?format=api",
    "airdate": "2026-03-15T00:13:47-07:00",
    "show": 66184,
    "show_uri": "https://api.kexp.org/v2/shows/66184/?format=api",
    "image_uri": "https://coverartarchive.org/release/293a792b-c0b4-42b6-a7a6-b700e3f20287/20441629944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/293a792b-c0b4-42b6-a7a6-b700e3f20287/20441629944-250.jpg",
    "song": "You Can't Stop Steel",
    "track_id": null,
    "recording_id": "3f679512-025c-4e71-94b4-638b4bd897ca",
    "artist": "Midnight",
    "artist_ids": [
        "9b6f11f4-bef1-4265-987b-816bbbb67be1"
    ],
    "album": "Satanic Royalty",
    "release_id": null,
    "release_group_id": "c897c448-abb5-44db-a035-391f3ef0dbc7",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "2011-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MIDNIGHT has kicked off their Satanic Royalty 15th Anniversary World Tour in January.  No west coast dates announced yet!\n\nhttps://www.midnightviolators.com/midnight-tour-dates",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}