Information about plays

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

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

{
    "id": 3543791,
    "uri": "https://api.kexp.org/v2/plays/3543791/?format=api",
    "airdate": "2025-08-23T15:55:37-07:00",
    "show": 64368,
    "show_uri": "https://api.kexp.org/v2/shows/64368/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ea80ebc-7645-4266-95ed-9f3cec2e28a7/41790799795-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ea80ebc-7645-4266-95ed-9f3cec2e28a7/41790799795-250.jpg",
    "song": "More Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Chaos In The CBD",
    "artist_ids": [],
    "album": "A Deeper Life",
    "release_id": null,
    "release_group_id": "6473f952-4ac2-4a3f-9c13-1d7e6adb9c9c",
    "labels": [
        "In Dust We Trust"
    ],
    "label_ids": [
        "5a23276f-5fad-4454-94a8-1fc40c1b25ee"
    ],
    "release_date": "2025-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2025 fave from the London-based Kiwi brothers - https://chaosinthecbd.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}