Information about plays

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

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

{
    "id": 3632522,
    "uri": "https://api.kexp.org/v2/plays/3632522/?format=api",
    "airdate": "2026-03-22T22:31:57-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Make the World Go Round (Kenny Dixon Jnr remix)",
    "track_id": null,
    "recording_id": "fa7d2c38-ab82-4cb5-b42a-574cc725bd1f",
    "artist": "Innerzone Orchestra",
    "artist_ids": [
        "80237f9f-77d9-4c61-9457-40c724e85b2c"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "LateNightTales"
    ],
    "label_ids": [
        "3dc70455-73c9-48d4-a384-724085af3600"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another one that originally came out on Planet E!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}