Information about plays

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

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

{
    "id": 3591008,
    "uri": "https://api.kexp.org/v2/plays/3591008/?format=api",
    "airdate": "2025-12-14T13:13:29-08:00",
    "show": 65377,
    "show_uri": "https://api.kexp.org/v2/shows/65377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Someone Else is Calling",
    "track_id": "185341ca-995f-4aa2-a0db-da782095dba7",
    "recording_id": "8725c57e-ec00-4410-b4a4-5b1560679889",
    "artist": "Hercules & Love Affair feat. Hips & Lips",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6",
        "60692d43-bfb6-4e61-b3c4-f0f01dd46080"
    ],
    "album": "Someone Else Is Calling",
    "release_id": "12ba7eb5-b38a-4360-a747-37882a2402ea",
    "release_group_id": "23f7b31e-db8c-4246-8425-8a54aedbd236",
    "labels": [
        "Stratasonic"
    ],
    "label_ids": [
        "0618e6ea-37f3-48c2-b6cf-5e2b4058b2b4"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The new Hercules & Love Affair EP reportedly inspired by producer, songwriter, DJ (and sometimes singer) Andy Butler falling back in love with dance culture.\nButler co-produced the new EP's title track with London rave veteran Quinn Whalley. It features Icelandic artist Hips & Lips.\n\nhttps://www.herculesandloveaffair.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}