Information about plays

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

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

{
    "id": 3586215,
    "uri": "https://api.kexp.org/v2/plays/3586215/?format=api",
    "airdate": "2025-12-03T08:15:22-08:00",
    "show": 65277,
    "show_uri": "https://api.kexp.org/v2/shows/65277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Are My Joy",
    "track_id": "01184151-8274-3767-b89e-901e798112fa",
    "recording_id": "15cbc6f3-3482-4bd3-8e62-fea8bc2c954a",
    "artist": "The Reindeer Section",
    "artist_ids": [
        "fa6b3377-e287-4d9c-947b-4df412c0ff0f"
    ],
    "album": "Son of Evil Reindeer",
    "release_id": "264af5b6-6731-43ed-8b9b-916c3653619f",
    "release_group_id": "801e464e-cec2-3ab1-bb4e-a02c4a1dc8cd",
    "labels": [
        "[PIAS] America"
    ],
    "label_ids": [
        "909a6c83-c3cf-449c-a284-60f913b96b40"
    ],
    "release_date": "2002-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scottish indie rock supergroup The Reindeer Section features members of Snow Patrol, Arab Strap, Belle & Sebastian, Mogwai, The Vaselines and more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}