Information about plays

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

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

{
    "id": 3544734,
    "uri": "https://api.kexp.org/v2/plays/3544734/?format=api",
    "airdate": "2025-08-25T18:31:19-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tony's House",
    "track_id": null,
    "recording_id": null,
    "artist": "Captain Planet, Tony Allen",
    "artist_ids": [],
    "album": "Tony's House",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Captain Planet returns with \"Tony's House,\" a high-energy dancefloor tribute to Afrobeat legend Tony Allen. Inspired by Allen’s groundbreaking rhythms for Fela Kuti & Africa 70\" -\n\nhttps://djcaptainplanet.bandcamp.com/album/tonys-house",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}