Information about plays

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

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

{
    "id": 3561765,
    "uri": "https://api.kexp.org/v2/plays/3561765/?format=api",
    "airdate": "2025-10-05T20:34:10-07:00",
    "show": 64756,
    "show_uri": "https://api.kexp.org/v2/shows/64756/?format=api",
    "image_uri": "https://coverartarchive.org/release/51d1c9cb-82ad-4baf-bfe6-aa48cba09899/23456853950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51d1c9cb-82ad-4baf-bfe6-aa48cba09899/23456853950-250.jpg",
    "song": "Baby You're The One",
    "track_id": null,
    "recording_id": null,
    "artist": "Wynd Chymes",
    "artist_ids": [
        "d1a3869f-b1e5-4e21-a1f9-2673116ec0c1"
    ],
    "album": "Pretty Girls, Everywhere",
    "release_id": null,
    "release_group_id": "765be1cc-1218-4bac-a666-30d5d05ee96d",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mississippi funk band Wynd Chymes released \"Baby You're The One\" in the 80s with RCA Victor, though Lotus Land re-released their hit in 2008.\n\nFor a limited time, your $15/month Amplifier or $180 one-time donation will get you both the Music Portal Tee and the KEXP Beanie, PLUS the KEXP Live Room Mug! This 14 oz. ceramic diner mug features the KEXP logo on one side and an homage to our infamous Live Room on the other side. The design is printed in black on yellow-gold. Donate now! kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}