Information about plays

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

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

{
    "id": 3605112,
    "uri": "https://api.kexp.org/v2/plays/3605112/?format=api",
    "airdate": "2026-01-16T13:53:03-08:00",
    "show": 65666,
    "show_uri": "https://api.kexp.org/v2/shows/65666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Long Do I Have to Wait for You?",
    "track_id": "28752a78-0dbc-32bf-a572-8fa3b1a75db3",
    "recording_id": "52f625e8-970e-474c-86f2-31b453abbced",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Naturally",
    "release_id": "b09bd5d1-9316-4065-adca-774c52b5f297",
    "release_group_id": "e3700dc2-0ed7-3e51-ae44-7bcbb547be8f",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2005-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sharonjonesandthedapkings.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}