Information about plays

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

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

{
    "id": 3601300,
    "uri": "https://api.kexp.org/v2/plays/3601300/?format=api",
    "airdate": "2026-01-07T06:03:14-08:00",
    "show": 65585,
    "show_uri": "https://api.kexp.org/v2/shows/65585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Memories",
    "track_id": "90b18471-8f85-4d15-ac95-03299cda6da6",
    "recording_id": "60255b20-2228-4ad6-848d-fbc742652535",
    "artist": "The Mystery Lights",
    "artist_ids": [
        "9285e35e-275c-413f-aec5-a7172fb94577"
    ],
    "album": "Purgatory",
    "release_id": "cba2aa50-f20b-4713-898e-bad462d4e3f1",
    "release_group_id": "975a00e9-74d9-4b40-84cd-369419122dfa",
    "labels": [
        "Wick Records",
        "Daptone Records"
    ],
    "label_ids": [
        "2b1b25ee-c923-4cb9-86e1-3c4dad394ce5",
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mystery Lights are inspired by '60s and '70s psychedelic music, but not defined by those old styles. They also pull from their original Salinas, California punk rock scene, and from Daptone-style R&B, country, and hip-hop. Now based in New York, the band has embraced working with Daptone alumnus and super-producer Wayne Gordon.  Always groovy, always high energy —  their latest is called Purgatory and is available on Daptone Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}