Information about plays

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

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

{
    "id": 3624789,
    "uri": "https://api.kexp.org/v2/plays/3624789/?format=api",
    "airdate": "2026-03-03T11:27:55-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Move Like an Animal",
    "track_id": "d50555e7-da94-44d8-a7cc-b3ac52575b51",
    "recording_id": "392a69b7-5f6c-4c21-b4c2-6d3b908e44fa",
    "artist": "Dream Nails",
    "artist_ids": [
        "98b08b3c-af07-4e01-97d6-23ea805dfaac"
    ],
    "album": "You Wish",
    "release_id": "bbd5a254-eb4e-436a-98e6-a4f3cc947e82",
    "release_group_id": "50fd52ad-bd92-42c4-9bbc-4b5907623615",
    "labels": [
        "Marshall Records"
    ],
    "label_ids": [
        "69d3137a-481a-4053-8ae4-7f9ce6b7e1d1"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They describe their music as \"witch punk.\" They are  an all-queer political punk collective from London, UK formed in 2015 by Janey Starling (vocals) and Anya Pearson (guitar). : https://www.loudersound.com/features/meet-dream-nails-the-feminist-punk-witches-who-couldnt-give-a-sht-what-you-think\n--\nWatch them perform this song live: https://www.youtube.com/watch?v=2-kcwMf_l8Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}