Information about plays

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

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

{
    "id": 3606123,
    "uri": "https://api.kexp.org/v2/plays/3606123/?format=api",
    "airdate": "2026-01-18T19:45:55-08:00",
    "show": 65687,
    "show_uri": "https://api.kexp.org/v2/shows/65687/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Brother, Part 2",
    "track_id": null,
    "recording_id": "dba8bbcc-d1cf-4f2c-9c5d-f12f1af4df7d",
    "artist": "The J.B.’s",
    "artist_ids": [
        "cb6a2948-7b9b-4a15-8c71-2b79cc76408e"
    ],
    "album": "The Singles, Volume 7: 1970-1972",
    "release_id": null,
    "release_group_id": "7b45ac3f-bffd-4499-8eb6-c07e3a1699c0",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The J.B's released the 2-parter \"My Brother\" in 1972.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}