Information about plays

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

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

{
    "id": 3657065,
    "uri": "https://api.kexp.org/v2/plays/3657065/?format=api",
    "airdate": "2026-05-20T02:51:26-07:00",
    "show": 66764,
    "show_uri": "https://api.kexp.org/v2/shows/66764/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-d3ac2211-463a-4d6a-9c3e-215fca1469b8/mbid-d3ac2211-463a-4d6a-9c3e-215fca1469b8-12425057186_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-d3ac2211-463a-4d6a-9c3e-215fca1469b8/mbid-d3ac2211-463a-4d6a-9c3e-215fca1469b8-12425057186_thumb250.jpg",
    "song": "A Brighter Day",
    "track_id": "c6ba9624-c028-3c8c-a8cb-ea39e354e99b",
    "recording_id": "00faf141-aa39-4aac-a57e-68fe8b731092",
    "artist": "Ronny Jordan",
    "artist_ids": [
        "50b3ef68-29c1-42ec-92d5-90e0f40fdf7f"
    ],
    "album": "A Brighter Day",
    "release_id": "d3ac2211-463a-4d6a-9c3e-215fca1469b8",
    "release_group_id": "37b7f262-ec99-38c7-b5a1-674e196b6db2",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Laurence Albert Simpson, known professionally as Ronny Jordan was a British guitarist and part of the acid jazz movement at the end of the twentieth century. Jordan described his music as \"urban jazz\", a blend of jazz, hip-hop, and R&B.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}