Information about plays

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

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

{
    "id": 3578945,
    "uri": "https://api.kexp.org/v2/plays/3578945/?format=api",
    "airdate": "2025-11-16T11:25:37-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "https://coverartarchive.org/release/258f1816-6783-4918-885b-4ed38384baf7/15856948781-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/258f1816-6783-4918-885b-4ed38384baf7/15856948781-250.jpg",
    "song": "You Got Away With It (Tale Of Two Frat Brothers)",
    "track_id": null,
    "recording_id": null,
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "The Devil You Know",
    "release_id": null,
    "release_group_id": "8b5ac051-6c50-3e37-b904-999f5ad53c9b",
    "labels": [
        "Aimless"
    ],
    "label_ids": [],
    "release_date": "2006-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Snider studied at the feet of legends like Kris Kristofferson, Jimmy Buffett, Guy Clark, John Prine, and Jerry Jeff Walker.\nhttps://toddsnider.net/bio/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}