Information about plays

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

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

{
    "id": 3611604,
    "uri": "https://api.kexp.org/v2/plays/3611604/?format=api",
    "airdate": "2026-01-31T21:12:49-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Shooter",
    "track_id": null,
    "recording_id": null,
    "artist": "Institute",
    "artist_ids": [
        "a6d2f400-dc5c-48d4-b402-55f71bcb17b2"
    ],
    "album": "The Shooter-EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ANTI FADE records"
    ],
    "label_ids": [
        "c32f8eee-9c16-429a-93ac-acc0a949e62a"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Shooter EP is set to release on February 20th via ANTI FADE Records and physical copies are available for preorder now.\n\nhttps://institute.bandcamp.com/track/the-shooter\nhttps://www.sacredbonesrecords.com/collections/institute",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}