Information about plays

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

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

{
    "id": 3603205,
    "uri": "https://api.kexp.org/v2/plays/3603205/?format=api",
    "airdate": "2026-01-11T20:55:51-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay and Dance",
    "track_id": null,
    "recording_id": "fcfec4a4-dd0a-4aba-9984-057e3de0d6bd",
    "artist": "Nina Dunn",
    "artist_ids": [
        "fdbb041b-fc99-4219-8c61-3d1ca2813e39"
    ],
    "album": "Private Wax Volume Two (Super Rare Boogie + Disco)",
    "release_id": null,
    "release_group_id": "52defc61-6b26-4db0-a1db-8900b55c3804",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2015-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nina Dunn originally released \"Stay and Dance\" in 1978 as a b-side to \"If You Want My Love (Do It),\" but you can readily find the track on the 2015 compilation album Private Wax Volume Two (Super Rare Boogie + Disco).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}