Information about plays

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

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

{
    "id": 3606273,
    "uri": "https://api.kexp.org/v2/plays/3606273/?format=api",
    "airdate": "2026-01-19T06:04:22-08:00",
    "show": 65697,
    "show_uri": "https://api.kexp.org/v2/shows/65697/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Land Back",
    "track_id": "8d31c725-bbaa-49d9-b7e7-92b436984c7f",
    "recording_id": "49fa1864-ab61-4562-82b5-d584d73522cc",
    "artist": "Irreversible Entanglements",
    "artist_ids": [
        "ee3077be-0854-4603-876a-3e7e884bb462"
    ],
    "album": "Protect Your Light",
    "release_id": "6b47b61f-6308-472a-842a-f612e69ac886",
    "release_group_id": "9d767564-3aee-4033-be06-b74a4f46ab83",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "2023-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in New York\n--\nIn the band’s words, “Our Land Back” is “an anthem to struggles for self-determination by peoples who have been dispossessed of their land and denied their right to return. It swings for autonomy and solidarity and against forgetting.”\nhttps://irreversibleentanglements.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}