Information about plays

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

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

{
    "id": 3602110,
    "uri": "https://api.kexp.org/v2/plays/3602110/?format=api",
    "airdate": "2026-01-09T05:32:18-08:00",
    "show": 65601,
    "show_uri": "https://api.kexp.org/v2/shows/65601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No One Has the Answers",
    "track_id": "47912ace-ac75-4644-8528-3ff67d8aa12d",
    "recording_id": "f23761c2-e6f7-4de3-8ff1-ad606706cbe2",
    "artist": "Holly Macve",
    "artist_ids": [
        "8f26e740-2363-4caf-9c9a-5db2e16700b9"
    ],
    "album": "Golden Eagle",
    "release_id": "f8a4ac00-1d6a-401e-8909-ae456bc5dca7",
    "release_group_id": "3d477d27-7305-4640-b415-139d5ef97d7e",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raised in Ireland and England, the singer was obsessed with old American music from a young age.\n\nhttps://hollymacve.bandcamp.com/album/golden-eagle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}