Information about plays

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

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

{
    "id": 3553641,
    "uri": "https://api.kexp.org/v2/plays/3553641/?format=api",
    "airdate": "2025-09-16T05:14:04-07:00",
    "show": 64576,
    "show_uri": "https://api.kexp.org/v2/shows/64576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Them or Me",
    "track_id": "636e57ca-471c-3c58-b383-5f81b0ff89c6",
    "recording_id": "28c8a201-1703-44b7-bde1-ade7d35eea47",
    "artist": "Medium Medium",
    "artist_ids": [
        "d37c32b6-30ef-4892-8e3c-1de6382e1952"
    ],
    "album": "Hungry, So Angry",
    "release_id": "e9a7b718-f34d-41a9-be7b-844170cdd6ba",
    "release_group_id": "6367a234-5f8f-3e3f-826f-8ddeca68cf21",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "2001-04-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MEDIUM MEDIUM are a quintet from Nottingham that operate in the artistic space between the The Police and The Gang Of Four. \n\nInitially active between 1978 and 1983, the group are John Lewis on sax and vocals, Andy Ryder on guitar, Graham Spink on “sound,” Alan Turton on bass and Nigel Stone on drums.\n\nCheck out more on The Indie Years: 1980 compilation: https://open.spotify.com/album/1M58i4folPaJmwob1El9pW",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}