Information about plays

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

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

{
    "id": 3586320,
    "uri": "https://api.kexp.org/v2/plays/3586320/?format=api",
    "airdate": "2025-12-03T14:22:46-08:00",
    "show": 65279,
    "show_uri": "https://api.kexp.org/v2/shows/65279/?format=api",
    "image_uri": "",
    "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": "Robert Glasper will be at Seattle's Nectar Lounge on Tuesday, December 9th, and then at Yoshi's in Oakland, Thursday-Sunday, December 11th-14th.\n--\nThis is terrific cover of Andre 3000's \"Prototype\" from \"Speakerboxxx/The Love Below.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}