Information about plays

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

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

{
    "id": 3600148,
    "uri": "https://api.kexp.org/v2/plays/3600148/?format=api",
    "airdate": "2026-01-04T12:55:01-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Verstehen",
    "track_id": "662eb43f-51ef-42f7-9127-fd5ad32f0843",
    "recording_id": "2e751f78-d332-4c10-8e7d-2251560f100c",
    "artist": "Erobique feat. Ada & arnim",
    "artist_ids": [
        "609afe90-64f9-41eb-ad12-64130bf1016a",
        "86bb09f3-7ace-45dc-b26a-6833b18ecb85",
        "9cf942e0-24f3-4527-9b27-c93bf5ca9d38"
    ],
    "album": "Verstehen",
    "release_id": "7ada49a5-ff91-47fd-bd83-6f205c7f25c7",
    "release_group_id": "b3b88da5-0c42-4b21-9606-af2c6d971c7f",
    "labels": [
        "a sexy"
    ],
    "label_ids": [
        "acfc3a2d-dad0-457a-b599-063838210d84"
    ],
    "release_date": "2025-11-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New kraut disco from Erobique.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}