Information about plays

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

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

{
    "id": 3548702,
    "uri": "https://api.kexp.org/v2/plays/3548702/?format=api",
    "airdate": "2025-09-04T04:36:06-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/94ce3e22-6642-4c9e-8050-1b197ef44440/22573959531-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/94ce3e22-6642-4c9e-8050-1b197ef44440/22573959531-250.jpg",
    "song": "Toast",
    "track_id": null,
    "recording_id": "3bf6a510-558b-47ca-8d7c-2ef0026ce878",
    "artist": "Koffee",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725"
    ],
    "album": "Rapture",
    "release_id": null,
    "release_group_id": "5b61e3d6-d173-4f29-a072-84b51f7f1018",
    "labels": [
        "Promised Land Music Ltd."
    ],
    "label_ids": [
        "745a21aa-b4ea-4c86-84af-9fa72ae4d6b9"
    ],
    "release_date": "2019-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Koffee was recognized as one of the Slingshot: 20 Artists To Watch In 2019. Read more about her here - https://www.npr.org/2019/01/17/683321675/slingshot-artists-to-watch-in-2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}