Information about plays

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

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

{
    "id": 3593593,
    "uri": "https://api.kexp.org/v2/plays/3593593/?format=api",
    "airdate": "2025-12-20T18:43:23-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "https://ia801405.us.archive.org/2/items/mbid-4fa81d1e-3fcb-48a8-8ab0-60a76a4688d9/mbid-4fa81d1e-3fcb-48a8-8ab0-60a76a4688d9-15733974699_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/2/items/mbid-4fa81d1e-3fcb-48a8-8ab0-60a76a4688d9/mbid-4fa81d1e-3fcb-48a8-8ab0-60a76a4688d9-15733974699_thumb250.jpg",
    "song": "Don't Believe in Christmas",
    "track_id": "77f4fca9-0e9f-3cd5-95b4-151e26a86cad",
    "recording_id": "e1df17f5-5b4d-4222-bf30-f14b605b4e5b",
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "Here Are The Sonics",
    "release_id": "4fa81d1e-3fcb-48a8-8ab0-60a76a4688d9",
    "release_group_id": "d03da025-4f5b-35fc-9add-cbdb583ba516",
    "labels": [
        "Norton Records"
    ],
    "label_ids": [
        "6eeb7660-66eb-4d58-b41e-107c5b858d4e"
    ],
    "release_date": "1999-05-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Sonics performed live on KEXP during Iceland Airwaves in 2016: \n\nhttps://youtu.be/Q8b9DWTXoUU",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}