Information about plays

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

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

{
    "id": 3582382,
    "uri": "https://api.kexp.org/v2/plays/3582382/?format=api",
    "airdate": "2025-11-24T13:32:48-08:00",
    "show": 65200,
    "show_uri": "https://api.kexp.org/v2/shows/65200/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fb140e2-5a4f-4d4b-bb47-c78895f8f2e9/25217043594-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7fb140e2-5a4f-4d4b-bb47-c78895f8f2e9/25217043594-250.jpg",
    "song": "Dream Hallucination",
    "track_id": null,
    "recording_id": "b0b1ef48-08ad-428a-993c-298615a672b1",
    "artist": "파란노을",
    "artist_ids": [
        "7d517c2e-ea8a-4401-935b-42f9343630c7"
    ],
    "album": "Let’s Walk on the Path of a Blue Cat",
    "release_id": null,
    "release_group_id": "460e9cc3-c9e2-4cac-a3ba-4885f4da81aa",
    "labels": [
        "Cri Du Chat"
    ],
    "label_ids": [
        "1aed7b39-6a5f-4b3d-bdeb-260cc03f10fc"
    ],
    "release_date": "2020-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "pronounce: puh-rah-nool\nhttps://parannoul.bandcamp.com/album/lets-walk-on-the-path-of-a-blue-cat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}