Information about plays

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

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

{
    "id": 3583003,
    "uri": "https://api.kexp.org/v2/plays/3583003/?format=api",
    "airdate": "2025-11-25T23:36:33-08:00",
    "show": 65211,
    "show_uri": "https://api.kexp.org/v2/shows/65211/?format=api",
    "image_uri": "https://ia600202.us.archive.org/8/items/mbid-864236f5-29bd-3075-893c-1614da2a760a/mbid-864236f5-29bd-3075-893c-1614da2a760a-10445104137_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/8/items/mbid-864236f5-29bd-3075-893c-1614da2a760a/mbid-864236f5-29bd-3075-893c-1614da2a760a-10445104137_thumb250.jpg",
    "song": "Hit the City",
    "track_id": "dc801b91-e2d7-3d10-8e45-6ea220796d10",
    "recording_id": "26e38b34-ea8e-4632-9814-a50a8f20be0a",
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Bubblegum",
    "release_id": "864236f5-29bd-3075-893c-1614da2a760a",
    "release_group_id": "cb823ddc-2c03-37f5-9252-b945c4622040",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "More Lanegan for what would've been his 61st birthday. And this one with PJ Harvey ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}