Information about plays

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

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

{
    "id": 3548140,
    "uri": "https://api.kexp.org/v2/plays/3548140/?format=api",
    "airdate": "2025-09-02T21:21:24-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ffd1f0a-b24d-4b6f-b9da-1049820d3528/37024220680-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ffd1f0a-b24d-4b6f-b9da-1049820d3528/37024220680-250.jpg",
    "song": "Lori",
    "track_id": null,
    "recording_id": null,
    "artist": "SHQ",
    "artist_ids": [
        "80ba8255-08f2-46d6-a697-b3ec43a5f983"
    ],
    "album": "Behind the Iron Curtain",
    "release_id": null,
    "release_group_id": "d195dfea-b32e-4f87-a42c-bbd163b1f445",
    "labels": [
        "Ichiban International"
    ],
    "label_ids": [
        "7af4d55a-e4e0-4152-974c-f52d4914390c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The iron curtain was a metaphor for political and cultural division. This album showcases what was going on behind that iron curtain in the aftermath of the second World War.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}