Information about plays

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

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

{
    "id": 3576089,
    "uri": "https://api.kexp.org/v2/plays/3576089/?format=api",
    "airdate": "2025-11-09T16:42:26-08:00",
    "show": 65066,
    "show_uri": "https://api.kexp.org/v2/shows/65066/?format=api",
    "image_uri": "https://dn710304.ca.archive.org/0/items/mbid-a8665f7d-b002-44cb-8719-6f9291ed0cd0/mbid-a8665f7d-b002-44cb-8719-6f9291ed0cd0-14177094445_thumb500.jpg",
    "thumbnail_uri": "https://dn710304.ca.archive.org/0/items/mbid-a8665f7d-b002-44cb-8719-6f9291ed0cd0/mbid-a8665f7d-b002-44cb-8719-6f9291ed0cd0-14177094445_thumb250.jpg",
    "song": "Are You Ready?",
    "track_id": "8286680c-ed3d-4997-b17c-4dd6ea059253",
    "recording_id": "ae4842ba-cd37-4e92-8c8a-56cf023f29c4",
    "artist": "Mercury Rev",
    "artist_ids": [
        "7b1cf87e-c54f-4abc-893d-90245a31900d"
    ],
    "album": "The Light in You",
    "release_id": "a8665f7d-b002-44cb-8719-6f9291ed0cd0",
    "release_group_id": "f9e6f8ef-d2c9-4ee9-b3b0-14460322f134",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2015-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}