Information about plays

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

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

{
    "id": 3632472,
    "uri": "https://api.kexp.org/v2/plays/3632472/?format=api",
    "airdate": "2026-03-22T18:38:10-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6aee3e2-8e1f-4743-a95d-d102545feee1/29393208909-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6aee3e2-8e1f-4743-a95d-d102545feee1/29393208909-250.jpg",
    "song": "Come Back Home",
    "track_id": null,
    "recording_id": "40263866-3e1d-4064-a770-2f7acb5e3c39",
    "artist": "Al Kent",
    "artist_ids": [
        "bea0a868-58e0-4730-84a1-3ad1858c9f8e"
    ],
    "album": "BBE 15 - 15 Years of Real Music for Real People - Compiled and Mixed by Chris Read",
    "release_id": null,
    "release_group_id": "fda2f2a4-6a59-4483-9fe1-41f112f75197",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2011-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees of Roy Ayers - Al Kent\n\nAl Kent remixed Beloyd Taylor's \"Get Into Your Life for his 2009 song \"Come Back Home\"  on the album Secret Sounds. Vocals by Tyrone Taylor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}