Information about plays

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

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

{
    "id": 3549784,
    "uri": "https://api.kexp.org/v2/plays/3549784/?format=api",
    "airdate": "2025-09-06T22:09:24-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bloodsport",
    "track_id": null,
    "recording_id": null,
    "artist": "Modern Life Is War",
    "artist_ids": [
        "1bfdbf9d-e241-4ad7-8283-a3a7904bb6ca"
    ],
    "album": "Life On The Moon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Deathwish"
    ],
    "label_ids": [
        "2d106e3c-96ef-433e-935f-00b6b505ae0f"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Modern Life is War is currently touring the mid west and east coast followed by Europe to support this brand new album!\n\nhttps://modernlifeiswar.bandcamp.com/album/life-on-the-moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}