Information about plays

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

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

{
    "id": 3578333,
    "uri": "https://api.kexp.org/v2/plays/3578333/?format=api",
    "airdate": "2025-11-15T03:11:04-08:00",
    "show": 65113,
    "show_uri": "https://api.kexp.org/v2/shows/65113/?format=api",
    "image_uri": "https://ia801600.us.archive.org/18/items/mbid-50f46351-2efa-4633-8fda-af8440f12b9b/mbid-50f46351-2efa-4633-8fda-af8440f12b9b-16200813753_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/18/items/mbid-50f46351-2efa-4633-8fda-af8440f12b9b/mbid-50f46351-2efa-4633-8fda-af8440f12b9b-16200813753_thumb250.jpg",
    "song": "All Mine",
    "track_id": "acc0a99a-04d9-30b0-85a0-ba86b8bcb6ae",
    "recording_id": "f457e05b-ce73-46de-815a-b8c59f14542b",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "All Mine",
    "release_id": "50f46351-2efa-4633-8fda-af8440f12b9b",
    "release_group_id": "193a4b3e-1dd0-31e0-9323-e3fc5b1b448b",
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1997-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}