Information about plays

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

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

{
    "id": 3582087,
    "uri": "https://api.kexp.org/v2/plays/3582087/?format=api",
    "airdate": "2025-11-23T21:41:02-08:00",
    "show": 65192,
    "show_uri": "https://api.kexp.org/v2/shows/65192/?format=api",
    "image_uri": "https://coverartarchive.org/release/f792b8cb-a692-41a5-95d7-e2d1e26635ef/35963353002-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f792b8cb-a692-41a5-95d7-e2d1e26635ef/35963353002-250.jpg",
    "song": "Universe / Mt. Eerie",
    "track_id": null,
    "recording_id": "6e40d88b-b7f6-4ca3-b346-6639ac310808",
    "artist": "the Microphones",
    "artist_ids": [
        "6f2f87e7-3ce9-4f1c-81dd-6f068a78cf26"
    ],
    "album": "The Singing From Mount Eerie",
    "release_id": null,
    "release_group_id": "e42bea70-c887-3823-ab00-e3a273b7d0d4",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "2003-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}