Information about plays

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

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

{
    "id": 3626245,
    "uri": "https://api.kexp.org/v2/plays/3626245/?format=api",
    "airdate": "2026-03-07T03:57:28-08:00",
    "show": 66114,
    "show_uri": "https://api.kexp.org/v2/shows/66114/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Like a Rose",
    "track_id": null,
    "recording_id": "8cb58efd-64eb-4594-bd27-1aa7cc56251a",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "beautifulgarbage",
    "release_id": null,
    "release_group_id": "03180207-e2c6-37aa-9426-5a59be7557cf",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}