Information about plays

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

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

{
    "id": 3594789,
    "uri": "https://api.kexp.org/v2/plays/3594789/?format=api",
    "airdate": "2025-12-23T06:54:28-08:00",
    "show": 65454,
    "show_uri": "https://api.kexp.org/v2/shows/65454/?format=api",
    "image_uri": "https://ia804500.us.archive.org/6/items/mbid-8ecf178e-5039-39b9-883a-3edbacbd732e/mbid-8ecf178e-5039-39b9-883a-3edbacbd732e-4870397687_thumb500.jpg",
    "thumbnail_uri": "https://ia904500.us.archive.org/6/items/mbid-8ecf178e-5039-39b9-883a-3edbacbd732e/mbid-8ecf178e-5039-39b9-883a-3edbacbd732e-4870397687_thumb250.jpg",
    "song": "Sister Winter",
    "track_id": "6950274f-fc1c-3113-a0a4-cbf10ceebb9f",
    "recording_id": "653dcdc9-e7d1-42b4-a284-7f2ea0a1430c",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Songs for Christmas Sampler",
    "release_id": "cc9a659e-e706-486f-b8fc-f11cb1984a9e",
    "release_group_id": "a3cac6e5-1c69-3807-80d3-7380c8539965",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Libby in Southern Maine from Jonathan in Western Georgia!\n\nhttps://sufjanstevens.bandcamp.com/album/songs-for-christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}