Information about plays

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

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

{
    "id": 3580378,
    "uri": "https://api.kexp.org/v2/plays/3580378/?format=api",
    "airdate": "2025-11-19T21:10:59-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Small Acts of Kindness",
    "track_id": null,
    "recording_id": "78e7ebaa-cca8-4614-832c-88e0f54ac5bc",
    "artist": "Dead Meadow",
    "artist_ids": [
        "a60ca9de-acd1-4452-be33-e5b4f0564757"
    ],
    "album": "Voyager to Voyager",
    "release_id": null,
    "release_group_id": "6c4ae76c-8081-49e1-b760-ca8474618449",
    "labels": [
        "Heavy Psych Sounds"
    ],
    "label_ids": [
        "a1daa58a-e76d-4fbe-839e-9d3184aac703"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Voyager to Voyager' is Dead Meadow's 10th studio album and a tribute to late bassist Steve Kille, who passed away early 2024 after battling cancer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}