Information about plays

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

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

{
    "id": 3578694,
    "uri": "https://api.kexp.org/v2/plays/3578694/?format=api",
    "airdate": "2025-11-15T21:12:15-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People On The Planet",
    "track_id": null,
    "recording_id": null,
    "artist": "Ultra Lights",
    "artist_ids": [
        "fd40d051-3575-40d7-95b6-5ed21de9f07f"
    ],
    "album": "Ultra Lights",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chunklet"
    ],
    "label_ids": [
        "74a9067a-dfd4-4b9e-a63b-8da72e61cd5b"
    ],
    "release_date": "2025-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atlanta band formed in 2023 featuring members of Illegal Drugs and Turf War.\n\nhttps://www.ultralightsband.com/\nhttps://ultralights.bandcamp.com/track/just-like-you-want",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}