Information about plays

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

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

{
    "id": 3541195,
    "uri": "https://api.kexp.org/v2/plays/3541195/?format=api",
    "airdate": "2025-08-17T11:26:51-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/18970de6-03b0-4e8d-b9d5-6d448dcd30b8/33528942325-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/18970de6-03b0-4e8d-b9d5-6d448dcd30b8/33528942325-250.jpg",
    "song": "Ain’t a Day Goes By",
    "track_id": null,
    "recording_id": "0ca69245-0857-45c8-8d09-7257a74ff3c2",
    "artist": "Melissa Carper",
    "artist_ids": [
        "471c36a0-7543-43ef-9d5c-046f54ed4b77"
    ],
    "album": "Ramblin’ Soul",
    "release_id": null,
    "release_group_id": "866b7e22-fbd9-49b0-bd4d-da8e3ad4e601",
    "labels": [
        "Thirty Tigers"
    ],
    "label_ids": [],
    "release_date": "2022-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nebraska native recorded this album at The Bomb Shelter in Nashville, TN.\nhttps://melissacarper.bandcamp.com/album/ramblin-soul",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}