Information about plays

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

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

{
    "id": 3534345,
    "uri": "https://api.kexp.org/v2/plays/3534345/?format=api",
    "airdate": "2025-08-01T01:29:27-07:00",
    "show": 64166,
    "show_uri": "https://api.kexp.org/v2/shows/64166/?format=api",
    "image_uri": "https://ia902901.us.archive.org/22/items/mbid-b1d884af-9c79-4473-a54d-02021efb55f0/mbid-b1d884af-9c79-4473-a54d-02021efb55f0-40631972580_thumb500.jpg",
    "thumbnail_uri": "https://ia802901.us.archive.org/22/items/mbid-b1d884af-9c79-4473-a54d-02021efb55f0/mbid-b1d884af-9c79-4473-a54d-02021efb55f0-40631972580_thumb250.jpg",
    "song": "The Meadows",
    "track_id": "0d6ac70b-6f9e-4607-ad76-0ea58f5b0e9a",
    "recording_id": "627758b0-54c9-45f8-9abf-78bfaf4a3bc4",
    "artist": "Everything Is Recorded & Roses Gabor & Kamasi Washington & Rickey Washington",
    "artist_ids": [
        "babf9042-3d40-4926-8bd8-6a2b42b0e911",
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0",
        "c2bb745c-1655-463e-aa24-8007578a2d49",
        "52ad9817-8533-440d-871d-d9293a951249"
    ],
    "album": "Temporary",
    "release_id": "b1d884af-9c79-4473-a54d-02021efb55f0",
    "release_group_id": "fad32606-2619-4988-920c-3d979014c6fa",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}