Information about plays

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

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

{
    "id": 3593765,
    "uri": "https://api.kexp.org/v2/plays/3593765/?format=api",
    "airdate": "2025-12-21T01:33:33-08:00",
    "show": 65435,
    "show_uri": "https://api.kexp.org/v2/shows/65435/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Break the Immortal Seal",
    "track_id": null,
    "recording_id": null,
    "artist": "Magus Lord",
    "artist_ids": [],
    "album": "In the Company of Champions",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Independent"
    ],
    "label_ids": [],
    "release_date": "2025-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles, California\nI told you there was going to be a lot of Tolkien black metal! This side project of M. from Lamp of Murmuur launched this year. \nhttps://lampofmurmuur.bandcamp.com/track/one-path-to-carn-d-m-single",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}