Information about plays

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

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

{
    "id": 3595392,
    "uri": "https://api.kexp.org/v2/plays/3595392/?format=api",
    "airdate": "2025-12-24T14:54:38-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3346b43-8858-4add-9756-c1bb97477e2d/5397914919-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d3346b43-8858-4add-9756-c1bb97477e2d/5397914919-250.jpg",
    "song": "Styrosnow",
    "track_id": null,
    "recording_id": "6351c39e-3c9b-43c3-b5c3-0f3c312af7c0",
    "artist": "Eraserheads",
    "artist_ids": [
        "b1640065-cc2f-4f92-ac4f-eb2d9f31d8da"
    ],
    "album": "Fruitcake",
    "release_id": null,
    "release_group_id": "82e8d57c-69a9-3a83-9d6e-93cd6b0f5a9a",
    "labels": [
        "BMG Records Pilipinas"
    ],
    "label_ids": [
        "9c9d974f-d504-4d99-957e-14623e8a411b"
    ],
    "release_date": "1996-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}