Information about plays

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

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

{
    "id": 3612744,
    "uri": "https://api.kexp.org/v2/plays/3612744/?format=api",
    "airdate": "2026-02-03T15:28:11-08:00",
    "show": 65831,
    "show_uri": "https://api.kexp.org/v2/shows/65831/?format=api",
    "image_uri": "https://ia902804.us.archive.org/27/items/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7-20610756646_thumb500.jpg",
    "thumbnail_uri": "https://ia902804.us.archive.org/27/items/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7-20610756646_thumb250.jpg",
    "song": "Down",
    "track_id": "757f27f2-7302-35d5-8b77-15351f37581f",
    "recording_id": "16215cf8-cced-4e93-b182-a2c091f23131",
    "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"
}