Information about plays

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

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

{
    "id": 3580341,
    "uri": "https://api.kexp.org/v2/plays/3580341/?format=api",
    "airdate": "2025-11-19T19:06:53-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "https://coverartarchive.org/release/1cfd98e9-79c2-4f2d-9a0f-381a3bf2dfad/13670285910-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1cfd98e9-79c2-4f2d-9a0f-381a3bf2dfad/13670285910-250.jpg",
    "song": "Holy Are You",
    "track_id": null,
    "recording_id": "1cdc31f9-9e69-47d7-acab-69a7e0190281",
    "artist": "The Electric Prunes",
    "artist_ids": [
        "8cb8b329-e152-4394-80d0-6aab033ec16c"
    ],
    "album": "Release of an Oath",
    "release_id": null,
    "release_group_id": "a79fefee-9f65-3342-b1c1-eac9efaa6588",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founder of the Electric Punes, James Lowe, passed away this year in May.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}