Information about plays

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

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

{
    "id": 3594860,
    "uri": "https://api.kexp.org/v2/plays/3594860/?format=api",
    "airdate": "2025-12-23T10:55:09-08:00",
    "show": 65456,
    "show_uri": "https://api.kexp.org/v2/shows/65456/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbreak for Christmas",
    "track_id": null,
    "recording_id": "174ea811-d24e-4686-b10e-0c55b721c6a3",
    "artist": "Kelly Finnigan",
    "artist_ids": [],
    "album": "A Joyful Sound",
    "release_id": null,
    "release_group_id": "3e19ca33-eb42-4046-8627-ceeab6f3a4b7",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2020-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Heartbreak For Christmas\", an instant holiday classic and true earworm. \n\nhttps://kellyfinnigan.bandcamp.com/album/heartbreak-for-christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}