Information about plays

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

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

{
    "id": 3576259,
    "uri": "https://api.kexp.org/v2/plays/3576259/?format=api",
    "airdate": "2025-11-10T02:17:14-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://ia800404.us.archive.org/20/items/mbid-bd0e90c2-172c-4ad0-9f0a-86fb109c8e46/mbid-bd0e90c2-172c-4ad0-9f0a-86fb109c8e46-43281925702_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Prototype",
    "track_id": "64fd77cb-a319-4a85-8d7b-2e43e7af1f9c",
    "recording_id": "e6211d1e-59f9-4073-a098-1d03d0a2ee97",
    "artist": "Robert Glasper feat. Norah Jones",
    "artist_ids": [
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b",
        "985c709c-7771-4de3-9024-7bda29ebe3f9"
    ],
    "album": "Keys to the City Volume One",
    "release_id": "bd0e90c2-172c-4ad0-9f0a-86fb109c8e46",
    "release_group_id": "c3a16a2e-08f8-49cf-954b-7098b00dbdc2",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}