Information about plays

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

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

{
    "id": 3544000,
    "uri": "https://api.kexp.org/v2/plays/3544000/?format=api",
    "airdate": "2025-08-24T00:00:33-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0c10758-b725-45e0-926b-f71ce86c9ad7/8292907873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0c10758-b725-45e0-926b-f71ce86c9ad7/8292907873-250.jpg",
    "song": "Foundations",
    "track_id": null,
    "recording_id": "78a04b3a-1754-4496-b0f6-9db5a235a392",
    "artist": "Pallbearer",
    "artist_ids": [
        "4d263664-5418-4f6c-b46a-36f413044e73"
    ],
    "album": "Foundations of Burden",
    "release_id": null,
    "release_group_id": "2e71ee93-f250-47fd-8d97-e08c98d75789",
    "labels": [
        "Daymare Recordings"
    ],
    "label_ids": [
        "c8eb07c6-f9db-4f96-b37b-8638279ffe12"
    ],
    "release_date": "2014-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pallbearer will be headlining the Substation 10th anniversary show in Seattle on September 6th with Heiress and Witch Ripper.\n\nhttps://www.pallbearerdoom.com/\nhttps://www.eventbrite.com/e/substation-10-year-anniversay-night-one-pallbearer-tickets-1475124369699",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}