Information about plays

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

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

{
    "id": 3587408,
    "uri": "https://api.kexp.org/v2/plays/3587408/?format=api",
    "airdate": "2025-12-06T03:32:02-08:00",
    "show": 65300,
    "show_uri": "https://api.kexp.org/v2/shows/65300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paradise Runner",
    "track_id": "2d8f9fd2-c610-4c7b-b50c-034947e885f2",
    "recording_id": "bf2786b6-ff04-4f16-86c3-e7b1a79d8be1",
    "artist": "Overmono",
    "artist_ids": [
        "b841d0f2-0a2a-4cb2-a2d8-9895b7f90bfa"
    ],
    "album": "Paradise Runner",
    "release_id": "3000eea2-8559-47ba-98ea-2238f83d74fc",
    "release_group_id": "c82b12f7-a464-4504-ac5d-792e9c8cae40",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Overmono out of London, UK.\n\nDuring the pandemic, they were able to fully commit their energy to their legendary Bromley studio. It’s was during this time that the duo feel they’ve been able to realise exactly what Overmono’s music should be. “Our work together had so far been about exploring and defining what Overmono is... and we feel like we’ve got this now”.\n\nhttps://overmono.bandcamp.com\nhttps://ra.co/dj/overmono",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}