Information about plays

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

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

{
    "id": 3571000,
    "uri": "https://api.kexp.org/v2/plays/3571000/?format=api",
    "airdate": "2025-10-28T11:52:31-07:00",
    "show": 64957,
    "show_uri": "https://api.kexp.org/v2/shows/64957/?format=api",
    "image_uri": "https://ia801804.us.archive.org/0/items/mbid-075fe115-ea09-47ae-bb35-1504c86f5e27/mbid-075fe115-ea09-47ae-bb35-1504c86f5e27-41295394252_thumb500.jpg",
    "thumbnail_uri": "https://ia801804.us.archive.org/0/items/mbid-075fe115-ea09-47ae-bb35-1504c86f5e27/mbid-075fe115-ea09-47ae-bb35-1504c86f5e27-41295394252_thumb250.jpg",
    "song": "Free Association",
    "track_id": "9a81d603-2d05-44b6-b5b0-e237355c6d2c",
    "recording_id": "1d1db4c0-0bc3-4395-ae05-89fa729fce7e",
    "artist": "Friendship",
    "artist_ids": [
        "2f49218f-f167-4732-99b4-ae0cfb5cad7b"
    ],
    "album": "Free Association",
    "release_id": "075fe115-ea09-47ae-bb35-1504c86f5e27",
    "release_group_id": "32b6df49-49d6-43cf-b29a-1eba00ca212a",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2025-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a single from the Philly band's second album for Merge Records, \"Caveman Wakes Up,\" released in May, 2025: https://friendshipphl.bandcamp.com/album/caveman-wakes-up\n--\nSee the official music video for \"Free Association\": https://www.youtube.com/watch?v=xB_fN-Ghb2w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}