Information about plays

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

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

{
    "id": 3620620,
    "uri": "https://api.kexp.org/v2/plays/3620620/?format=api",
    "airdate": "2026-02-22T01:31:12-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f471913-54ae-465e-a299-6de7e18e8b67/42703407271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f471913-54ae-465e-a299-6de7e18e8b67/42703407271-250.jpg",
    "song": "Valhalla",
    "track_id": null,
    "recording_id": "0d6cd543-c795-4546-a4c9-90d6a112f9f6",
    "artist": "Old Man Gloom",
    "artist_ids": [
        "75a97901-0051-4b67-a79b-9ebf2400d1d9"
    ],
    "album": "Christmas",
    "release_id": null,
    "release_group_id": "bfd44511-9a0f-3b12-88ab-c4a1c0868efe",
    "labels": [
        "Daymare Recordings"
    ],
    "label_ids": [
        "c8eb07c6-f9db-4f96-b37b-8638279ffe12"
    ],
    "release_date": "2004-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Old Man Gloom will be playing at Substation in Seattle on April 25th with Jaye Jayle.\n\nhttps://oldmangloom.bandcamp.com/\nhttps://www.facebook.com/OLDMANGLOOM/#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}