Information about plays

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

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

{
    "id": 3551045,
    "uri": "https://api.kexp.org/v2/plays/3551045/?format=api",
    "airdate": "2025-09-09T23:08:42-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e5e7900-bd9a-461e-9768-a83fffe282be/17888190426-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e5e7900-bd9a-461e-9768-a83fffe282be/17888190426-250.jpg",
    "song": "Little Child Runnin' Wild (2022 remaster)",
    "track_id": null,
    "recording_id": null,
    "artist": "Curtis Mayfield",
    "artist_ids": [],
    "album": "The Very Best of Curtis Mayfield",
    "release_id": null,
    "release_group_id": "a72b2431-a756-3a78-b49f-5e3bde8d2db2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Curtis Mayfield's unique sound has never been replicated. Thoughtful, storied compositions, heart-bearing vocal performances and orchestral soundtracks. We miss you, Curtis. https://www.curtismayfield.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}