Information about plays

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

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

{
    "id": 3549757,
    "uri": "https://api.kexp.org/v2/plays/3549757/?format=api",
    "airdate": "2025-09-06T21:12:39-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "25 Cameras",
    "track_id": null,
    "recording_id": null,
    "artist": "Club Beat",
    "artist_ids": [
        "21d8c981-a234-44e8-8039-058f9c9d5402"
    ],
    "album": "4 Songs",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Venn Records"
    ],
    "label_ids": [
        "d84e3043-53ed-4026-b09f-2b0a6b54b7c5"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bristol, England\n\nhttps://www.punkrocktheory.com/news/club-brat-sign-venn-records-share-new-single-goodbye-pop-culture",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}