Information about plays

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

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

{
    "id": 3596258,
    "uri": "https://api.kexp.org/v2/plays/3596258/?format=api",
    "airdate": "2025-12-26T12:05:43-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ends of the Earth",
    "track_id": "0b897d20-e68a-47b4-97c0-9a9d62d4da29",
    "recording_id": "d47e133f-57f9-46a4-ac9c-fba76ca967fa",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "In Our Heads",
    "release_id": "fd42a338-4660-41a0-b68d-9da95cbce138",
    "release_group_id": "f2ff04ec-0e7f-4c3c-bee4-ccb32a597f2c",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2012-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}