Information about plays

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

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

{
    "id": 3595222,
    "uri": "https://api.kexp.org/v2/plays/3595222/?format=api",
    "airdate": "2025-12-24T05:41:57-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glory of the Snow",
    "track_id": "118daabc-5a88-432a-aa19-a290f5086b8a",
    "recording_id": "75f78724-93ec-44e4-be66-896d3008ce33",
    "artist": "Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "Charm",
    "release_id": "0227a4b4-4068-4af9-ac31-335bbb3ab9c4",
    "release_group_id": "6fb46378-9cb7-4693-b76d-a62f2cc09214",
    "labels": [
        "Clairo"
    ],
    "label_ids": [
        "aa01459b-5927-4151-9b91-61b3c874e509"
    ],
    "release_date": "2024-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Claire Elizabeth Cottrill, known professionally as Clairo, was born in Atlanta, Georgia, and raised in Carlisle, Massachusetts, she began posting music on the internet at age 13. Charm is her third studio album, and is the follow-up to her second album, Sling. https://clairo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}