Information about plays

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

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

{
    "id": 3548922,
    "uri": "https://api.kexp.org/v2/plays/3548922/?format=api",
    "airdate": "2025-09-04T17:31:32-07:00",
    "show": 64474,
    "show_uri": "https://api.kexp.org/v2/shows/64474/?format=api",
    "image_uri": "https://coverartarchive.org/release/2737813d-cb8c-4e88-a70c-73cd7683a05d/7308021175-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2737813d-cb8c-4e88-a70c-73cd7683a05d/7308021175-250.jpg",
    "song": "Take My Hand",
    "track_id": null,
    "recording_id": "31d277a2-59d4-4e03-8656-840bb4836ef8",
    "artist": "Matt Berry",
    "artist_ids": [
        "6ab9dd05-b18d-49c5-bb93-b6bd0ca64eb0"
    ],
    "album": "Witchazel",
    "release_id": null,
    "release_group_id": "6b20fa3b-c549-40e2-a136-2fe83e41423b",
    "labels": [
        "Acid Jazz"
    ],
    "label_ids": [
        "680fd075-5121-4b2a-911a-762b5afdd99c"
    ],
    "release_date": "2011-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Ryan in Rhode Island for this request! Congratulations, Ryan!\n\n\"Today is my 3 year sober from drinking mark, lost over a 100 pounds since then also :)\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}