Information about plays

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

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

{
    "id": 3567987,
    "uri": "https://api.kexp.org/v2/plays/3567987/?format=api",
    "airdate": "2025-10-21T10:11:56-07:00",
    "show": 64895,
    "show_uri": "https://api.kexp.org/v2/shows/64895/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Laughs Last",
    "track_id": "bb5b46fd-ebcf-45d9-a910-41fb78bdb4dd",
    "recording_id": "9fd3792f-ee80-4a51-b031-6900026b0533",
    "artist": "Lord Huron & Kristen Stewart",
    "artist_ids": [
        "49fbc5c2-9ce2-4c8b-b963-0c82c7c4525e",
        "51c76d97-0635-433c-b26d-66beb81657f8"
    ],
    "album": "Who Laughs Last",
    "release_id": "da637ad1-ac0c-432e-b36c-bc9214c60eeb",
    "release_group_id": "9cdcef55-bad6-4a1e-a112-0dd3f2717ace",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2025-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lord Huron has collaborated with actress Kristen Stewart “Who Laughs Last?,” and an accompanying music video directed by Tony Wilson, starring Stewart.: https://www.youtube.com/watch?v=1828lQRbK5o.\n--\nAbout the single, frontman Ben Schneider commented “I didn’t know Kristen previously but I’d been a big fan since seeing her work with Olivier Assayas, which my wife introduced me to. I kept hearing her voice when I was writing this song and just thought “what the hell, I’ll reach out and see,” thinking it was a long shot. But she said she was interested so we met up and hit it off talking about books, movies and music. She immediately got what I was going for and had great ideas to boot. She’s just a great person and so creative and open. She added a lot to the video concept as well. It was the kind of collaboration you dream of, honestly.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}