Information about plays

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

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

{
    "id": 3541840,
    "uri": "https://api.kexp.org/v2/plays/3541840/?format=api",
    "airdate": "2025-08-19T00:00:59-07:00",
    "show": 64327,
    "show_uri": "https://api.kexp.org/v2/shows/64327/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2cb4830-34c3-4c3d-ba18-a45efd2f645c/37115058022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2cb4830-34c3-4c3d-ba18-a45efd2f645c/37115058022-250.jpg",
    "song": "E After Next",
    "track_id": null,
    "recording_id": null,
    "artist": "Avalon Emerson",
    "artist_ids": [
        "f91ec397-c4be-4672-8faa-2d2983682b1c"
    ],
    "album": "Perpetual Emotion Machine",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Avalon Emerson with a cheeky Moby cover - https://www.youtube.com/watch?v=4_gDP02CdNE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}