Information about plays

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

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

{
    "id": 3570048,
    "uri": "https://api.kexp.org/v2/plays/3570048/?format=api",
    "airdate": "2025-10-26T01:53:40-07:00",
    "show": 64936,
    "show_uri": "https://api.kexp.org/v2/shows/64936/?format=api",
    "image_uri": "https://coverartarchive.org/release/343d408b-09d3-4574-9813-9fed24201a39/18062986861-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/343d408b-09d3-4574-9813-9fed24201a39/18062986861-250.jpg",
    "song": "Unspeakable",
    "track_id": null,
    "recording_id": "301dd56d-798e-4edc-9a0d-129b0c89d156",
    "artist": "Exhumed",
    "artist_ids": [
        "157fa1d2-3399-4523-9481-edd2e2f57400"
    ],
    "album": "Death Revenge",
    "release_id": null,
    "release_group_id": "b0e09ccc-a130-4d72-b1fe-f9ba98c429a0",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [],
    "release_date": "2017-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Exhumed vocalist, Matt Harvey!\n\nhttps://exhumed.bandcamp.com/album/gore-metal-25th-anniversary-edition\nhttps://www.facebook.com/ExhumedOfficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}