Information about plays

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

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

{
    "id": 3524234,
    "uri": "https://api.kexp.org/v2/plays/3524234/?format=api",
    "airdate": "2025-07-08T07:23:52-07:00",
    "show": 63956,
    "show_uri": "https://api.kexp.org/v2/shows/63956/?format=api",
    "image_uri": "https://dn721506.ca.archive.org/0/items/mbid-f3fbfcad-75b4-4206-80ed-770754c878f5/mbid-f3fbfcad-75b4-4206-80ed-770754c878f5-42340420398_thumb500.jpg",
    "thumbnail_uri": "https://dn721506.ca.archive.org/0/items/mbid-f3fbfcad-75b4-4206-80ed-770754c878f5/mbid-f3fbfcad-75b4-4206-80ed-770754c878f5-42340420398_thumb250.jpg",
    "song": "In Hollywood",
    "track_id": "bbf2752e-b178-46d1-979e-c78274af8431",
    "recording_id": "87081939-1f43-4cac-9433-e31b589840f1",
    "artist": "The Besnard Lakes",
    "artist_ids": [
        "520c81bd-e7b4-45c1-bd8f-976eba5b39e1"
    ],
    "album": "The Besnard Lakes are the Ghost Nation",
    "release_id": "f3fbfcad-75b4-4206-80ed-770754c878f5",
    "release_group_id": "f507ddfc-1c9a-42b1-a11e-e06d32af39ff",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from The Besnard Lakes releases on October 10.\n\nhttps://thebesnardlakes.bandcamp.com/album/the-besnard-lakes-are-the-ghost-nation\n\nCheck out the video for this track here:\nhttps://www.youtube.com/watch?v=wO05Beap2XU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}