Information about plays

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

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

{
    "id": 3546895,
    "uri": "https://api.kexp.org/v2/plays/3546895/?format=api",
    "airdate": "2025-08-30T21:26:35-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://coverartarchive.org/release/e01dd530-2e5e-4a8b-a39f-e87499c5af1f/38154908308-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e01dd530-2e5e-4a8b-a39f-e87499c5af1f/38154908308-250.jpg",
    "song": "’Merican",
    "track_id": null,
    "recording_id": "b29053e4-2b4a-483e-9839-15cc05dbb70c",
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "Cool to Be You",
    "release_id": null,
    "release_group_id": "3dfb6829-5d58-3847-9449-d199d5e5a1af",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2004-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Descendents will be playing:\n  - Matullia Lands at Rock Bay in Victoria, BC on September 12th\n - Commodore Ballroom in Vancouver, BC on September 13th and 14th.\n\nhttps://descendents.tumblr.com/LIVE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}