Information about plays

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

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

{
    "id": 3550773,
    "uri": "https://api.kexp.org/v2/plays/3550773/?format=api",
    "airdate": "2025-09-09T07:42:34-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?format=api",
    "image_uri": "https://ia904601.us.archive.org/19/items/mbid-023fcf90-dca7-4a4e-a4e2-ed0eaba78f9e/mbid-023fcf90-dca7-4a4e-a4e2-ed0eaba78f9e-8579764982_thumb500.jpg",
    "thumbnail_uri": "https://ia804601.us.archive.org/19/items/mbid-023fcf90-dca7-4a4e-a4e2-ed0eaba78f9e/mbid-023fcf90-dca7-4a4e-a4e2-ed0eaba78f9e-8579764982_thumb250.jpg",
    "song": "The King of Carrot Flowers Pt. One",
    "track_id": "39865c27-d16c-3b6a-a008-8496571c9fff",
    "recording_id": "10a8b7ec-53f8-4973-a965-12ccffeb7388",
    "artist": "Neutral Milk Hotel",
    "artist_ids": [
        "a506f761-2c22-4b2f-8a94-bd748c2c8f75"
    ],
    "album": "In the Aeroplane Over the Sea",
    "release_id": "023fcf90-dca7-4a4e-a4e2-ed0eaba78f9e",
    "release_group_id": "8f310800-045b-3e12-8268-50b3d33a2267",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1998-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the Aeroplane Over the Sea is the second studio album by Neutral Milk Hotel, released on February 10, 1998, by Merge Records. It was voted as one of the top albums of the last 50 years by KEXP listeners in 2022, coming in at #27!\nhttps://www.kexp.org/countdowns/top-albums-of-the-last-50-years/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}