Information about plays

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

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

{
    "id": 3630190,
    "uri": "https://api.kexp.org/v2/plays/3630190/?format=api",
    "airdate": "2026-03-17T13:03:53-07:00",
    "show": 66207,
    "show_uri": "https://api.kexp.org/v2/shows/66207/?format=api",
    "image_uri": "https://ia800208.us.archive.org/25/items/mbid-789f6eb5-c7e1-37f7-a8f4-1a3374af225f/mbid-789f6eb5-c7e1-37f7-a8f4-1a3374af225f-24575968503_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-789f6eb5-c7e1-37f7-a8f4-1a3374af225f/mbid-789f6eb5-c7e1-37f7-a8f4-1a3374af225f-24575968503_thumb250.jpg",
    "song": "Purple Haze",
    "track_id": "c09a448f-2fcf-3d2d-92bd-2a2413943d8d",
    "recording_id": "6146cf8f-f348-4370-8230-ed0e26d3a068",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Are You Experienced",
    "release_id": "789f6eb5-c7e1-37f7-a8f4-1a3374af225f",
    "release_group_id": "da40e720-2097-3730-8a7f-0c2ddbff4a96",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 1967, Jimi Hendrix releases the single \"Purple Haze.\"\n\nThis track was ranked #22 on The Best Opening Tracks of All Time, as voted by KEXP listeners in 2024.\n\nhttps://kexp.org/countdowns/best-opening-tracks-of-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}