Information about plays

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

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

{
    "id": 3586222,
    "uri": "https://api.kexp.org/v2/plays/3586222/?format=api",
    "airdate": "2025-12-03T08:45:42-08:00",
    "show": 65277,
    "show_uri": "https://api.kexp.org/v2/shows/65277/?format=api",
    "image_uri": "https://ia803207.us.archive.org/8/items/mbid-630f108a-8162-4617-a237-387886df5fb3/mbid-630f108a-8162-4617-a237-387886df5fb3-4093324351_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/8/items/mbid-630f108a-8162-4617-a237-387886df5fb3/mbid-630f108a-8162-4617-a237-387886df5fb3-4093324351_thumb250.jpg",
    "song": "Belong",
    "track_id": "680168f9-6ca3-385b-b8ef-6d829d8e6481",
    "recording_id": "bc8bfa74-2e93-433d-bab8-a6f44d55d3cb",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Out of Time",
    "release_id": "630f108a-8162-4617-a237-387886df5fb3",
    "release_group_id": "400a5fdd-e616-3598-a9bf-cd8275cb53d0",
    "labels": [
        "Warner Bros. Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Those barricades can only hold for so long\nHer world collapsed early Sunday morning\nShe took the child held tight\nOpened the window\nA breath, this song, how long\nAnd knew, knew, \"belong\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}