Information about plays

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

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

{
    "id": 3585894,
    "uri": "https://api.kexp.org/v2/plays/3585894/?format=api",
    "airdate": "2025-12-02T15:20:59-08:00",
    "show": 65271,
    "show_uri": "https://api.kexp.org/v2/shows/65271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blå Planeter",
    "track_id": "307405ba-7033-4004-a81f-cee6f4e33ce3",
    "recording_id": "75394b53-b5c3-4a45-bb7e-d62ecacd8b64",
    "artist": "Barnet",
    "artist_ids": [
        "af106b57-b98a-4916-86e6-f6a224f6b5eb"
    ],
    "album": "Galen och kär",
    "release_id": "d90bb11f-dc1f-47f6-b983-2aa1c0e0b571",
    "release_group_id": "101d8093-d31d-4896-9097-0b3bfa3f71bc",
    "labels": [
        "Sing a Song Fighter"
    ],
    "label_ids": [
        "9cf9c480-654b-4019-b61e-ddce26f3a43c"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from this trio out of Umeå, Sweden.\n\nhttps://barnet.bandcamp.com/album/galen-och-k-r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}