Information about plays

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

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

{
    "id": 3629214,
    "uri": "https://api.kexp.org/v2/plays/3629214/?format=api",
    "airdate": "2026-03-15T09:43:53-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://dn720708.ca.archive.org/0/items/mbid-6912931a-3401-4239-8115-7cd814d4df59/mbid-6912931a-3401-4239-8115-7cd814d4df59-44026482085_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-6912931a-3401-4239-8115-7cd814d4df59/mbid-6912931a-3401-4239-8115-7cd814d4df59-44026482085_thumb250.jpg",
    "song": "Vietnam Sunshine",
    "track_id": "a38e6e51-34a9-4497-8f9c-0f86cbcfb13c",
    "recording_id": "a3a482b6-5921-4b3a-93e4-c233a2668d3d",
    "artist": "Bonnie “Prince” Billy",
    "artist_ids": [
        "7b0a63b2-b8e8-490e-b724-1d30cb5edfe3"
    ],
    "album": "We Are Together Again",
    "release_id": "6912931a-3401-4239-8115-7cd814d4df59",
    "release_group_id": "7ce9663a-7a4f-49a9-b654-bf0192f599af",
    "labels": [
        "No Quarter Records",
        "Domino"
    ],
    "label_ids": [
        "9106d9a5-1c78-4b29-bf07-96b0a5122f55",
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2026-03-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Louisville, KY musician's latest album that he purposefully made in his hometown. https://bonnieprincebilly.bandcamp.com/album/we-are-together-again",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}