Information about plays

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

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

{
    "id": 3614824,
    "uri": "https://api.kexp.org/v2/plays/3614824/?format=api",
    "airdate": "2026-02-08T10:26:43-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://coverartarchive.org/release/8258b8a4-1e3f-4e9c-aa4e-7df7da2621dc/12583466241-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8258b8a4-1e3f-4e9c-aa4e-7df7da2621dc/12583466241-250.jpg",
    "song": "Mona",
    "track_id": null,
    "recording_id": "91ae9b87-47d4-4cef-902c-f88d511fc427",
    "artist": "The Troggs",
    "artist_ids": [
        "4aec87a5-f33e-4bd6-89f2-0c96188c8372"
    ],
    "album": "Trogglodynamite",
    "release_id": null,
    "release_group_id": "4fba5b27-78e3-4d96-8a94-fc5463d33cf8",
    "labels": [
        "Repertoire Records (UK) Ltd."
    ],
    "label_ids": [
        "76b3ec53-48b6-4ba5-8e70-f8d7b0e213f7"
    ],
    "release_date": "1967-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British band covered Bo Diddley’s 1957 song that was written for a 45-year-old exotic dancer who worked at the Flame Show Bar in Detroit.\n\nhttps://www.nytimes.com/2008/06/03/arts/music/03diddley.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}