Information about plays

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

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

{
    "id": 3576877,
    "uri": "https://api.kexp.org/v2/plays/3576877/?format=api",
    "airdate": "2025-11-11T15:24:04-08:00",
    "show": 65082,
    "show_uri": "https://api.kexp.org/v2/shows/65082/?format=api",
    "image_uri": "https://ia803106.us.archive.org/21/items/mbid-a2003b16-a56e-4fe2-ad0f-d8b39f8dd281/mbid-a2003b16-a56e-4fe2-ad0f-d8b39f8dd281-43495919035_thumb500.jpg",
    "thumbnail_uri": "https://ia803106.us.archive.org/21/items/mbid-a2003b16-a56e-4fe2-ad0f-d8b39f8dd281/mbid-a2003b16-a56e-4fe2-ad0f-d8b39f8dd281-43495919035_thumb250.jpg",
    "song": "Over the Moon",
    "track_id": "7a55d338-1401-41e0-818f-101f5294108c",
    "recording_id": "440a7db8-df3c-4079-83ba-c4446b066b2a",
    "artist": "TOBi x Real Bad Man feat. Genevieve Artadi",
    "artist_ids": [
        "4294e003-358b-4296-88a3-9631de7fbfca",
        "ff8cb8a8-47f7-47f4-963c-3b855798b36f",
        "d7aee312-1a30-4012-bda8-763f8e809136"
    ],
    "album": "Over the Moon",
    "release_id": "a2003b16-a56e-4fe2-ad0f-d8b39f8dd281",
    "release_group_id": "96e146a9-c6ae-45bf-a734-09e197387bea",
    "labels": [
        "Real Bad Man Records"
    ],
    "label_ids": [
        "3a973849-7ae7-4d74-bc12-5692090d1d7c"
    ],
    "release_date": "2025-11-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}