Information about plays

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

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

{
    "id": 3569885,
    "uri": "https://api.kexp.org/v2/plays/3569885/?format=api",
    "airdate": "2025-10-25T19:04:16-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia904500.us.archive.org/19/items/mbid-ad01b954-71f4-4366-a963-c366c5dd0169/mbid-ad01b954-71f4-4366-a963-c366c5dd0169-29363622569_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-ad01b954-71f4-4366-a963-c366c5dd0169/mbid-ad01b954-71f4-4366-a963-c366c5dd0169-29363622569_thumb250.jpg",
    "song": "Impossible Love",
    "track_id": "8b52d7aa-f6bd-4588-b277-f0725524b7f9",
    "recording_id": "486287ac-3d47-4895-bf30-464a5888d274",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Built to Spill Plays the Songs of Daniel Johnston",
    "release_id": "ad01b954-71f4-4366-a963-c366c5dd0169",
    "release_group_id": "1ca2e8a0-0347-42f0-874e-a889f706502a",
    "labels": [
        "Ernest Jenning Record Co."
    ],
    "label_ids": [
        "ebef98f4-00a9-4364-bb68-8534034964bb"
    ],
    "release_date": "2020-06-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for some Built to Spill from Mike! Thanks Mike!\n\nThe band is covering Daniel Johnston! They did a whole record of his songs back in 2020, listen to it below:\n\nhttps://built-to-spill.bandcamp.com/album/built-to-spill-plays-the-songs-of-daniel-johnston",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}