Information about plays

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

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

{
    "id": 3571524,
    "uri": "https://api.kexp.org/v2/plays/3571524/?format=api",
    "airdate": "2025-10-29T19:43:27-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6196850-3c95-4845-b8b0-4f63f2e48237/38425276510-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6196850-3c95-4845-b8b0-4f63f2e48237/38425276510-250.jpg",
    "song": "A Good Thing Lost",
    "track_id": null,
    "recording_id": "2dc32428-ac39-4a95-8389-6d6c668d0469",
    "artist": "The Poppy Family",
    "artist_ids": [
        "8a76c38b-c8d6-42ea-ac30-9e2714a084ab"
    ],
    "album": "A Good Thing Lost: 1968-1973",
    "release_id": null,
    "release_group_id": "236cb800-a2e3-3728-917b-0d419b5453f2",
    "labels": [
        "What Are Records?"
    ],
    "label_ids": [
        "774c22bf-56aa-4bff-a417-66f685eff97d"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'A Good Thing Lost: 1968-1973' is a compilation record of late-'60s Canadian soft rock/psych group The Poppy Family.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}