Information about plays

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

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

{
    "id": 3597627,
    "uri": "https://api.kexp.org/v2/plays/3597627/?format=api",
    "airdate": "2025-12-29T13:48:40-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amber",
    "track_id": null,
    "recording_id": "b04db5fe-7f01-4f8e-bfe1-66d4caf1278f",
    "artist": "311",
    "artist_ids": [
        "bf600e2b-dc2d-4839-a1be-6ebef4087cd0"
    ],
    "album": "From Chaos",
    "release_id": null,
    "release_group_id": "c9543d62-dd5b-3d6f-9fa3-14f38bcd2267",
    "labels": [
        "Volcano Records"
    ],
    "label_ids": [
        "7f227463-55bf-4510-97da-82672574a0b1"
    ],
    "release_date": "2001-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video!\nhttps://www.youtube.com/watch?v=SUFSB2plwzM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}