Information about plays

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

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

{
    "id": 3602211,
    "uri": "https://api.kexp.org/v2/plays/3602211/?format=api",
    "airdate": "2026-01-09T11:13:44-08:00",
    "show": 65603,
    "show_uri": "https://api.kexp.org/v2/shows/65603/?format=api",
    "image_uri": "https://ia601307.us.archive.org/35/items/mbid-79570854-e6f2-4d86-8aef-fabe194166e5/mbid-79570854-e6f2-4d86-8aef-fabe194166e5-12839532860_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/35/items/mbid-79570854-e6f2-4d86-8aef-fabe194166e5/mbid-79570854-e6f2-4d86-8aef-fabe194166e5-12839532860_thumb250.jpg",
    "song": "When You Dance I Can Really Love",
    "track_id": "c8a13f71-cf35-348c-900e-70bda1b292ac",
    "recording_id": "2d7bd7d5-facd-4649-82b2-89e59a469f01",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "After the Gold Rush",
    "release_id": "79570854-e6f2-4d86-8aef-fabe194166e5",
    "release_group_id": "b6a3952b-9977-351c-a80a-73e023143858",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After finding commercial success with and fame with Crosby, Stills, Nash, and Young, After The Gold Rush (1970) was a breakout hit for Young as a solo artist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}