Information about plays

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

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

{
    "id": 3632242,
    "uri": "https://api.kexp.org/v2/plays/3632242/?format=api",
    "airdate": "2026-03-22T04:48:21-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn710004.ca.archive.org/0/items/mbid-d2cf6be5-06dd-40d3-be6b-48c391058650/mbid-d2cf6be5-06dd-40d3-be6b-48c391058650-35041421581_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-d2cf6be5-06dd-40d3-be6b-48c391058650/mbid-d2cf6be5-06dd-40d3-be6b-48c391058650-35041421581_thumb250.jpg",
    "song": "Pegasus",
    "track_id": "8bb828b6-ed9b-4cbe-b793-ec01db589065",
    "recording_id": "17570778-45a7-4a73-9774-ae2ad057b37e",
    "artist": "Arlo Parks feat. Phoebe Bridgers",
    "artist_ids": [
        "96855c21-b832-4366-ba12-0d2330c36a86",
        "6e8e3717-a62d-4a3f-886d-6a4e82507930"
    ],
    "album": "My Soft Machine",
    "release_id": "d2cf6be5-06dd-40d3-be6b-48c391058650",
    "release_group_id": "0deb2b89-fa86-4700-932f-e130925351a4",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2023-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "this song by Arlo Parks features Phoebe Bridgers of boygenius.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}