Information about plays

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

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

{
    "id": 3627337,
    "uri": "https://api.kexp.org/v2/plays/3627337/?format=api",
    "airdate": "2026-03-10T06:08:40-07:00",
    "show": 66142,
    "show_uri": "https://api.kexp.org/v2/shows/66142/?format=api",
    "image_uri": "https://ia601202.us.archive.org/23/items/mbid-4003007b-4c27-4920-8e50-5a8606800d58/mbid-4003007b-4c27-4920-8e50-5a8606800d58-14840530083_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-4003007b-4c27-4920-8e50-5a8606800d58/mbid-4003007b-4c27-4920-8e50-5a8606800d58-14840530083_thumb250.jpg",
    "song": "Tainted Love",
    "track_id": "22e3dc9c-82dc-3e0d-8f14-10acbe27393c",
    "recording_id": "4f94e453-dcf4-4765-9579-b03d9af0aafa",
    "artist": "Soft Cell",
    "artist_ids": [
        "7fb50287-029d-47cc-825a-235ca28024b2"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 4",
    "release_id": "4003007b-4c27-4920-8e50-5a8606800d58",
    "release_group_id": "eeab55a3-f26f-3a0d-a747-058653072a2d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soft Cell’s 1981 synth-pop hit “Tainted Love” is a remake of a 1964 Gloria Jones song. It was released on their album \"Non-Stop Erotic Cabaret\".\n\nhttps://www.softcell.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}