Information about plays

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

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

{
    "id": 3633526,
    "uri": "https://api.kexp.org/v2/plays/3633526/?format=api",
    "airdate": "2026-03-25T14:38:43-07:00",
    "show": 66277,
    "show_uri": "https://api.kexp.org/v2/shows/66277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Green Power",
    "track_id": null,
    "recording_id": "fb4f47aa-3b12-4bef-a89d-f2c3c15f9b59",
    "artist": "Little Richard",
    "artist_ids": [
        "95c2339b-8277-49a6-9aaf-08d8eeeaa0be"
    ],
    "album": "King of Rock and Roll",
    "release_id": null,
    "release_group_id": "b46e657e-1c9d-41f3-9fd9-1b9b77a03b0a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1971-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The wonderfully funky ‘Green Power’ by Little Richard was a single from his 1971 album, The King of Rock and Roll. This album consisted mostly of cover songs, including the Stones’ ‘Brown Sugar,’ ‘Joy to the World’ and ‘Dancing in the Street.' ‘Green Power’ is only one of two original songs on the album, the other being a gospel tune by Richard. ‘Green Power’ was co-written by H.B. Barnum – a former child actor who became a songwriter, arranger and producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}