Information about plays

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

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

{
    "id": 3636624,
    "uri": "https://api.kexp.org/v2/plays/3636624/?format=api",
    "airdate": "2026-04-01T22:39:11-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyone’s Gone to the Moon",
    "track_id": null,
    "recording_id": "4a7dd182-32ea-43eb-8fb0-df3a987c4ef7",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Nina Simone and Piano!",
    "release_id": null,
    "release_group_id": "abb74c32-c9c3-30e7-bf72-93e1ead55db8",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}