Information about plays

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

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

{
    "id": 3549797,
    "uri": "https://api.kexp.org/v2/plays/3549797/?format=api",
    "airdate": "2025-09-06T22:38:57-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taliban",
    "track_id": null,
    "recording_id": null,
    "artist": "Luxury Apartments",
    "artist_ids": [
        "bf46fa56-70f2-4b1f-8f65-833f2e2bd59c"
    ],
    "album": "LP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eeasy Records"
    ],
    "label_ids": [
        "e63c45b7-41d9-4397-ba04-725586f5c409"
    ],
    "release_date": "2024-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK band\n\nLuxury Apartments released their latest single, Dicks Hate the Police in July.\n\nhttps://luxuryapartments.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}