Information about plays

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

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

{
    "id": 3501350,
    "uri": "https://api.kexp.org/v2/plays/3501350/?format=api",
    "airdate": "2025-05-14T16:32:35-07:00",
    "show": 63460,
    "show_uri": "https://api.kexp.org/v2/shows/63460/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-dc665a17-424b-44b2-b412-f515918bf85f/mbid-dc665a17-424b-44b2-b412-f515918bf85f-38637020940_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-dc665a17-424b-44b2-b412-f515918bf85f/mbid-dc665a17-424b-44b2-b412-f515918bf85f-38637020940_thumb250.jpg",
    "song": "Hard Times",
    "track_id": "36cee2c0-22ec-4d7b-9c1f-dfefd86755eb",
    "recording_id": "2fefb941-90bb-4439-a323-507edf63e417",
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "David Byrne Does Hard Times",
    "release_id": "dc665a17-424b-44b2-b412-f515918bf85f",
    "release_group_id": "dab1be2f-9470-47c5-bc72-b50b0029f485",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2024-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday David Byrne, who was born on this day in 1952!\n\nParamore covered \"Burning Down The House\" for 'Everyone's Getting Involved: A Tribute To Talking Heads' Stop Making Sense' and David Byrne returned the favor for Record Store Day 2024:\n\n\"The band told me that their song Hard Times was inspired by Talking Heads, so I learned it and recorded my version of their great song with a horn section. This was fun!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}