Information about plays

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

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

{
    "id": 3552911,
    "uri": "https://api.kexp.org/v2/plays/3552911/?format=api",
    "airdate": "2025-09-14T09:54:24-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/09833b6e-75d0-4be0-a882-b90edd2ac660/27444647326-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/09833b6e-75d0-4be0-a882-b90edd2ac660/27444647326-250.jpg",
    "song": "Ode to the Lonesome",
    "track_id": null,
    "recording_id": "4617230c-f511-4644-98ce-44dd6a228661",
    "artist": "Robert Connely Farr & The Rebeltone Boys",
    "artist_ids": [
        "980a69c5-10a5-4d8d-bdb8-63f049fd506b",
        "a0058cd3-f0f9-4c39-a89b-7db95167c9d0"
    ],
    "album": "Dirty South Blues",
    "release_id": null,
    "release_group_id": "1a82d3f6-0ae0-44e3-9fca-d8193ebdd6ae",
    "labels": [
        "Self Released"
    ],
    "label_ids": [],
    "release_date": "2018-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Vancouver, BC based musician is originally from Mississippi and was mentored by Jimmy “Duck” Holmes in the Bentonia blues style and Connely dedicated the album to him. \nhttps://robertconnelyfarr.bandcamp.com/album/dirty-south-blues-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}