Information about plays

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

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

{
    "id": 3597653,
    "uri": "https://api.kexp.org/v2/plays/3597653/?format=api",
    "airdate": "2025-12-29T15:42:13-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "This track features lush instrumentation and Michael Stipe's emotive vocals, creating a reflective and atmospheric mood. \"Belong\" explores themes of longing and connection, capturing a sense of yearning and introspection. Its layered arrangement and poignant lyrics contribute to its distinctive and memorable sound within 'Out of Time'.\nhttps://remhq.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}