Information about plays

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

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

{
    "id": 3524282,
    "uri": "https://api.kexp.org/v2/plays/3524282/?format=api",
    "airdate": "2025-07-08T09:58:32-07:00",
    "show": 63956,
    "show_uri": "https://api.kexp.org/v2/shows/63956/?format=api",
    "image_uri": "https://ia902809.us.archive.org/3/items/mbid-50f2af56-02dc-401e-ab04-c3b8a58cb4a9/mbid-50f2af56-02dc-401e-ab04-c3b8a58cb4a9-20906896610_thumb500.jpg",
    "thumbnail_uri": "https://ia802809.us.archive.org/3/items/mbid-50f2af56-02dc-401e-ab04-c3b8a58cb4a9/mbid-50f2af56-02dc-401e-ab04-c3b8a58cb4a9-20906896610_thumb250.jpg",
    "song": "Hoppípolla",
    "track_id": "2c9f4045-5523-31e1-a351-3967eeba655c",
    "recording_id": "d9642fee-939d-4357-b697-b55f9be3a17e",
    "artist": "Sigur Rós",
    "artist_ids": [
        "f6f2326f-6b25-4170-b89d-e235b25508e8"
    ],
    "album": "We Bought a Zoo",
    "release_id": "50f2af56-02dc-401e-ab04-c3b8a58cb4a9",
    "release_group_id": "79c3dba2-f293-44e5-90ee-7a1938d0ad7b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2011-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morning John,\nIt’s my birthday. \nI woke up screaming in the middle of the night with a calf cramp. Then when walking it off stubbed my toe in the dark. \nNow I’m getting ready to go to work. \nWhile it would be funny to throw a pity party and request “It’s my party and I’ll cry if I want to”, the truth is : it’s a beautiful day in Seattle, I love my life and love my job. \nSo I’m requesting something more fitting to how I feel. \nEither, Here Comes The Sun, or Hoppipola, is you get a chance.\nThanks,\nKen in Lynnwood",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}