Information about plays

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

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

{
    "id": 3627405,
    "uri": "https://api.kexp.org/v2/plays/3627405/?format=api",
    "airdate": "2026-03-10T11:10:15-07:00",
    "show": 66144,
    "show_uri": "https://api.kexp.org/v2/shows/66144/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-49c6078a-1cda-4b41-9f94-5668965b3f1e/mbid-49c6078a-1cda-4b41-9f94-5668965b3f1e-2588437024_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-49c6078a-1cda-4b41-9f94-5668965b3f1e/mbid-49c6078a-1cda-4b41-9f94-5668965b3f1e-2588437024_thumb250.jpg",
    "song": "Love Shack",
    "track_id": "c2205712-8225-39af-a8dc-f6817e8cde4e",
    "recording_id": "5ff339b8-06a9-4344-9190-ddd46a7606df",
    "artist": "The B‐52’s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Cosmic Thing",
    "release_id": "49c6078a-1cda-4b41-9f94-5668965b3f1e",
    "release_group_id": "1b36a363-eec6-35ba-b0ed-34a1f2f2cd82",
    "labels": [
        "BMG Direct Marketing, Inc.",
        "Reprise Records"
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f",
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Your what?\nTin roof\nRusted!...\"\nBet you know all these lyrics, but, just in case, here they are: https://genius.com/The-b-52s-love-shack-lyrics\n--\nThe B-52's LIVE!  Watch!: https://www.youtube.com/watch?v=diOFiZi0T7c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}