Information about plays

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

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

{
    "id": 3626652,
    "uri": "https://api.kexp.org/v2/plays/3626652/?format=api",
    "airdate": "2026-03-08T04:59:14-07:00",
    "show": 66124,
    "show_uri": "https://api.kexp.org/v2/shows/66124/?format=api",
    "image_uri": "https://dn710909.ca.archive.org/0/items/mbid-f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec/mbid-f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec-10556248258_thumb500.jpg",
    "thumbnail_uri": "https://dn710909.ca.archive.org/0/items/mbid-f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec/mbid-f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec-10556248258_thumb250.jpg",
    "song": "Think (single version)",
    "track_id": "d87753d7-4796-402f-b8ce-51cbc6ab54aa",
    "recording_id": "7226f991-081a-4774-adf4-3dab0e63e344",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Aretha Now",
    "release_id": "f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec",
    "release_group_id": "b26d1ec6-2500-3ecf-9528-7bc5a360efbe",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1968-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}