Information about plays

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

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

{
    "id": 3565757,
    "uri": "https://api.kexp.org/v2/plays/3565757/?format=api",
    "airdate": "2025-10-16T06:46:09-07:00",
    "show": 64847,
    "show_uri": "https://api.kexp.org/v2/shows/64847/?format=api",
    "image_uri": "https://ia601303.us.archive.org/16/items/mbid-af21100e-01c1-4b46-9146-71550866a63f/mbid-af21100e-01c1-4b46-9146-71550866a63f-13103542990_thumb500.jpg",
    "thumbnail_uri": "https://ia601303.us.archive.org/16/items/mbid-af21100e-01c1-4b46-9146-71550866a63f/mbid-af21100e-01c1-4b46-9146-71550866a63f-13103542990_thumb250.jpg",
    "song": "Stormy Weather",
    "track_id": "6578f759-685d-33ed-81b7-736f2b569ef4",
    "recording_id": "1fe5a378-3ee5-41b3-8cd3-77a9d2287a9c",
    "artist": "Reigning Sound",
    "artist_ids": [
        "fd15c842-515a-4157-8c37-2b54c86390bc"
    ],
    "album": "Time Bomb High School",
    "release_id": "af21100e-01c1-4b46-9146-71550866a63f",
    "release_group_id": "960cd1c5-32a3-322a-94c0-31e6ef2b6602",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2002-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded in Asheville, NC in 2001 by Greg Cartwright of The Oblivians.\n\nhttps://reigningsound.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}