Information about plays

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

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

{
    "id": 3633525,
    "uri": "https://api.kexp.org/v2/plays/3633525/?format=api",
    "airdate": "2026-03-25T14:36:40-07:00",
    "show": 66277,
    "show_uri": "https://api.kexp.org/v2/shows/66277/?format=api",
    "image_uri": "https://coverartarchive.org/release/5130f265-14c9-48dc-9f8c-87b54e219540/14476597817-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5130f265-14c9-48dc-9f8c-87b54e219540/14476597817-250.jpg",
    "song": "Ooh! My Soul",
    "track_id": null,
    "recording_id": "1cec21cd-5b21-4655-ba1d-f92fba3b3be8",
    "artist": "Little Richard",
    "artist_ids": [
        "95c2339b-8277-49a6-9aaf-08d8eeeaa0be"
    ],
    "album": "The Very Best of Little Richard",
    "release_id": null,
    "release_group_id": "d0a8674b-cec5-4d83-a0d9-1c0bf6a98dc2",
    "labels": [
        "One Day Music"
    ],
    "label_ids": [
        "19e208f4-0334-4949-ad4f-12e4b7240eea"
    ],
    "release_date": "2008-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Ooh! My Soul” was a Little Richard original, credited to his real songwriting name of Richard Penniman. \n---\n“It is almost impossible to overestimate the importance of Little Richard as a formative influence on Jim Hendrix,” notes Charles Murray. “On his arrival in England, Hendrix told interviewers, ‘I want to do with my guitar what Little Richard does with his voice…’\n--\nJimi Henrix played in Little Richard's band in 1965,  but was kicked out.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}