Information about plays

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

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

{
    "id": 3595062,
    "uri": "https://api.kexp.org/v2/plays/3595062/?format=api",
    "airdate": "2025-12-23T20:53:35-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "Мумий Тролль",
    "artist_ids": [
        "f91b9b28-25b7-4064-81d1-f43163085770"
    ],
    "album": "20 Лет МТ: 1997‒2017",
    "release_id": null,
    "release_group_id": "732d58c1-105d-4c09-ac60-de9ef4ad496c",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-07-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mumiy Troll is a Russian rock group, founded in 1983 in Vladivostok by vocalist and songwriter Ilya Lagutenko. The name is a pun on Mumintroll, the children's books by Tove Jansson, translated into Russian as \"Mummi Troll",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}