Information about plays

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

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

{
    "id": 3638576,
    "uri": "https://api.kexp.org/v2/plays/3638576/?format=api",
    "airdate": "2026-04-06T09:53:09-07:00",
    "show": 66382,
    "show_uri": "https://api.kexp.org/v2/shows/66382/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7-20610756646_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7-20610756646_thumb250.jpg",
    "song": "Jump Into the Fire",
    "track_id": "976ddde7-4497-37c4-ab91-a8ad8957b8af",
    "recording_id": "807a5f60-099d-41dd-abe4-a5b1b087232d",
    "artist": "Harry Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "Nilsson Schmilsson",
    "release_id": "7840226d-3e5c-4e26-89db-1122787e8cc7",
    "release_group_id": "19a185f4-f683-3d00-9571-7378ea276068",
    "labels": [
        "BMG Heritage"
    ],
    "label_ids": [
        "1a88e2e9-c496-4b90-bfd4-165e6859bc39"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}