Information about plays

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

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

{
    "id": 3588388,
    "uri": "https://api.kexp.org/v2/plays/3588388/?format=api",
    "airdate": "2025-12-08T06:38:52-08:00",
    "show": 65321,
    "show_uri": "https://api.kexp.org/v2/shows/65321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Riddance",
    "track_id": "0d83bafc-e584-41f0-9f5b-39ff212362ca",
    "recording_id": "cadd1a38-4ebd-4bf7-a73d-c671bd1bfa37",
    "artist": "Austra",
    "artist_ids": [
        "af9e8d94-d471-4f91-82c7-250c22545162"
    ],
    "album": "Chin Up Buttercup",
    "release_id": "a1b398ab-90d1-4e64-9207-850dc57ecb22",
    "release_group_id": "86724f48-b08b-4083-a0eb-5e970fe4ead9",
    "labels": [
        "Domino Recording Co Ltd"
    ],
    "label_ids": [
        "10976a5f-b74f-4407-8437-44374c0e0cfa"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austra is a project led by Katie Stelmanis (from Toronto), and her live band has included a rotating cast of musicians. \n\nThey will be at: \n- The Independent in San Francisco on Jan. 24\n- Mississippi Studios in Portland, OR on Jan. 26\n- Madame Lou's in Seattle on Jan. 27 \n- Fox Cabaret in Vancouver, BC on Jan. 29\n\nhttps://austra.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}