Information about plays

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

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

{
    "id": 3562362,
    "uri": "https://api.kexp.org/v2/plays/3562362/?format=api",
    "airdate": "2025-10-07T14:04:10-07:00",
    "show": 64772,
    "show_uri": "https://api.kexp.org/v2/shows/64772/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ff3abf5-4e80-41d7-a0d3-f418608a8b83/23521785829-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ff3abf5-4e80-41d7-a0d3-f418608a8b83/23521785829-250.jpg",
    "song": "Just One Fix",
    "track_id": null,
    "recording_id": "1a2f86fb-25e9-4b4f-bdd4-f8623499e2a0",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "ΚΕΦΑΛΗΞΘ",
    "release_id": null,
    "release_group_id": "15cfaf82-5a4b-3ee1-bcce-75561055d27a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1992-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#425...\n---\nLike many artists in the early 1990s, Ministry was putting lots of movie clips in their songs. The line \"Just One Fix\" comes from Frank Sinatra in The Man With the Golden Arm. You can also hear the line \"Never Trust A Junkie\" from the movie Sid and Nancy, as well as short clips from Hellraiser II and The Trip (the 1967 one). - https://bit.ly/3we8NFu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}