Information about plays

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

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

{
    "id": 3569173,
    "uri": "https://api.kexp.org/v2/plays/3569173/?format=api",
    "airdate": "2025-10-24T03:01:41-07:00",
    "show": 64916,
    "show_uri": "https://api.kexp.org/v2/shows/64916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bass Rock Express (instrumental)",
    "track_id": null,
    "recording_id": "ed7d356e-f892-4286-93c0-26232227e4cd",
    "artist": "MC ADE",
    "artist_ids": [
        "2833c240-f648-49e9-9db7-c30d83dc5532"
    ],
    "album": "Bass Rock Express",
    "release_id": null,
    "release_group_id": "6f96ad4d-7e63-405d-84f8-d14c82660ab6",
    "labels": [
        "4 Sight Records"
    ],
    "label_ids": [
        "1479f387-3ddd-4187-aa84-900c74366344"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(air break)\n\nM.C. A.D.E. is an American rapper and producer extraordinaire who was also a pioneer for the Miami bass music scene in the 1980's.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}