Information about plays

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

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

{
    "id": 3567587,
    "uri": "https://api.kexp.org/v2/plays/3567587/?format=api",
    "airdate": "2025-10-20T10:56:55-07:00",
    "show": 64886,
    "show_uri": "https://api.kexp.org/v2/shows/64886/?format=api",
    "image_uri": "https://ia801609.us.archive.org/32/items/mbid-871c72c2-c04a-4caa-bc57-4770bed02d71/mbid-871c72c2-c04a-4caa-bc57-4770bed02d71-35579842277_thumb500.jpg",
    "thumbnail_uri": "https://dn710205.ca.archive.org/0/items/mbid-871c72c2-c04a-4caa-bc57-4770bed02d71/mbid-871c72c2-c04a-4caa-bc57-4770bed02d71-35579842277_thumb250.jpg",
    "song": "The Everlasting Gobstopper",
    "track_id": "bfa856d3-6dc4-437a-9147-aa5ebf05beb1",
    "recording_id": "a61f9540-3ea0-44ff-87d5-ab698a887490",
    "artist": "The Veldt",
    "artist_ids": [
        "3bb7727d-8ec5-4ca8-aa17-84af34dd2993"
    ],
    "album": "The Everlasting Gobstopper",
    "release_id": "871c72c2-c04a-4caa-bc57-4770bed02d71",
    "release_group_id": "360a6988-9890-4480-bb73-a1a85ea709b2",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alt soul and shoegaze band, out of Raleigh, NC,  The Veldt. They performed this song live on KEXP, December 2023.\n\nCheck out the video here: \nhttps://www.youtube.com/watch?v=JmLdkB3Pu3s\n\nhttps://theveldtmusic.bandcamp.com/album/the-everlasting-gobstopper",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}