Information about plays

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

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

{
    "id": 3622435,
    "uri": "https://api.kexp.org/v2/plays/3622435/?format=api",
    "airdate": "2026-02-26T05:24:43-08:00",
    "show": 66033,
    "show_uri": "https://api.kexp.org/v2/shows/66033/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paradise",
    "track_id": "dede5438-fe7c-3998-b4fd-37c7c57b6e04",
    "recording_id": "b22f9baf-012c-402a-9717-e0242e196604",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Stronger Than Pride",
    "release_id": "08fa7809-0e93-3816-ab7f-004368e3b9cd",
    "release_group_id": "ea64beae-333e-37fd-84c4-26a5d6dab17d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1988, Sade released their third album 'Stronger Than Pride'.  Sade Adu wrote the lyrics to all songs on the album except one  (\"Siempre Hay Esperanza\").\n\n\"Paradise\" Video!\nhttps://youtu.be/C0BLKudnyNo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}