Information about plays

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

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

{
    "id": 3552787,
    "uri": "https://api.kexp.org/v2/plays/3552787/?format=api",
    "airdate": "2025-09-14T02:08:15-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Starscourge Phase One & Phase Two",
    "track_id": null,
    "recording_id": null,
    "artist": "Fell Omen",
    "artist_ids": [
        "4ff0f85a-ede1-4514-8346-b20da6cdc4b6"
    ],
    "album": "Caelid Dog Summer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "True Cult Records"
    ],
    "label_ids": [
        "46eba6fa-898e-4fe3-90cc-563bcb13ae8a"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "FORGET BRAT SUMMER\nIT'S TIME FOR CAELID DOG SUMMER\nhttps://fellomen.bandcamp.com/album/caelid-dog-summer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}