Information about plays

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

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

{
    "id": 3584632,
    "uri": "https://api.kexp.org/v2/plays/3584632/?format=api",
    "airdate": "2025-11-29T18:29:44-08:00",
    "show": 65245,
    "show_uri": "https://api.kexp.org/v2/shows/65245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here I Dreamt I Was an Architect",
    "track_id": "c6793f21-da16-4dad-bc54-72bf6cc028f6",
    "recording_id": "562e14f1-9111-43d0-9caf-94e1d94ffd00",
    "artist": "The Decemberists",
    "artist_ids": [
        "97b1142f-c71e-4971-8736-4a8ceaf6b4c3"
    ],
    "album": "Castaways and Cutouts",
    "release_id": "6e9866fd-56b2-4a4e-86e4-718d57e7910b",
    "release_group_id": "b5d96c60-902b-389e-80eb-79201202184b",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2003-05-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's own The Decemberists! This song is vintage now, having been included on their 2002 record Castaways and Cutouts.\n\nhttps://thedecemberists.bandcamp.com/album/castaways-and-cutouts",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}