Information about plays

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

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

{
    "id": 3546607,
    "uri": "https://api.kexp.org/v2/plays/3546607/?format=api",
    "airdate": "2025-08-30T06:22:20-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This City Is a Graveyard",
    "track_id": null,
    "recording_id": "07c77206-7e48-4a64-b5d0-2237eee6a04a",
    "artist": "Baby Storme",
    "artist_ids": [
        "ad533295-a7c9-499c-b685-5dc05e9dfcce"
    ],
    "album": "This City Is a Graveyard",
    "release_id": null,
    "release_group_id": "cee38b88-56f1-403a-9bd4-10d19fa7088e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}