Information about plays

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

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

{
    "id": 3648932,
    "uri": "https://api.kexp.org/v2/plays/3648932/?format=api",
    "airdate": "2026-05-01T03:02:01-07:00",
    "show": 66595,
    "show_uri": "https://api.kexp.org/v2/shows/66595/?format=api",
    "image_uri": "https://coverartarchive.org/release/a839d327-c0dd-44d4-9fb0-5c5310ac44e3/28132871712-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a839d327-c0dd-44d4-9fb0-5c5310ac44e3/28132871712-250.jpg",
    "song": "Do or Die Bed Sty",
    "track_id": null,
    "recording_id": "7fceca14-64ce-41db-b2c1-3d5ee818a394",
    "artist": "Divine Sounds",
    "artist_ids": [
        "3fe81c1a-7389-4ead-be8e-95f94bdbe286"
    ],
    "album": "Changes / Do or Die Bed Sty",
    "release_id": null,
    "release_group_id": "dbc2084c-5561-362d-87ff-5fc9ce43767a",
    "labels": [
        "Millenia Music"
    ],
    "label_ids": [
        "5db7cdb8-f9ba-4ee5-9e96-2c41091333b7"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE: 1986!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}