Information about plays

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

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

{
    "id": 3595212,
    "uri": "https://api.kexp.org/v2/plays/3595212/?format=api",
    "airdate": "2025-12-24T05:12:20-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "https://ia801505.us.archive.org/7/items/mbid-5b80ea02-c123-31fe-b41d-a407c6f85f79/mbid-5b80ea02-c123-31fe-b41d-a407c6f85f79-3482321746_thumb500.jpg",
    "thumbnail_uri": "https://ia801505.us.archive.org/7/items/mbid-5b80ea02-c123-31fe-b41d-a407c6f85f79/mbid-5b80ea02-c123-31fe-b41d-a407c6f85f79-3482321746_thumb250.jpg",
    "song": "Teenage Winter",
    "track_id": "ba143cc1-345a-3d8c-8179-7aefa54f1061",
    "recording_id": "a59612fc-965d-4e53-b9d4-9dd39879b681",
    "artist": "Saint Etienne",
    "artist_ids": [
        "3997d4a6-c2bd-4191-8406-eb07f0abb5d2"
    ],
    "album": "Tales From Turnpike House",
    "release_id": "e6ef8be6-5dfe-4004-b5d9-4e37ea5b56f8",
    "release_group_id": "0b0aabb6-a93e-341e-a1f0-80685ead06ba",
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "release_date": "2006-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saint Etienne's album \"Tales From the Turnpike House\" was released in 2006. The band released their latest album in September 2025 and announced it will be their last following a final farewell tour to start in 2026. https://www.nme.com/news/music/saint-etienne-announce-final-uk-and-ireland-tour-the-long-goodbye-buy-tickets-3913238",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}