Information about plays

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

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

{
    "id": 3596601,
    "uri": "https://api.kexp.org/v2/plays/3596601/?format=api",
    "airdate": "2025-12-27T05:39:44-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Contre-Corps",
    "track_id": "2ef97390-5e57-4c73-8ce9-18344afda5cb",
    "recording_id": "92d3291d-4f87-4258-8eb9-a839c67297ce",
    "artist": "Gros Coeur",
    "artist_ids": [
        "9b7c46b8-6421-4211-8baa-3270c12d9ee7"
    ],
    "album": "Vague Scélérate",
    "release_id": "e4eab280-3cb2-41cd-8224-f1a5adced9c6",
    "release_group_id": "f23e79c3-4d63-4f71-943a-7eeabd4eea88",
    "labels": [
        "Le Cèpe Records"
    ],
    "label_ids": [
        "c9d50db2-6205-41bc-bc09-085a84cd189c"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Contre-Corps” is a 2025 single by Belgian psych‑rock band Gros Coeur, and the closing track on their new album Vague Scélérate. It’s a humid, slow‑building, French‑language psych‑funk piece about social anxiety, desire, and saying what you need to say before the feeling disappears.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}