Information about plays

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

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

{
    "id": 3585023,
    "uri": "https://api.kexp.org/v2/plays/3585023/?format=api",
    "airdate": "2025-11-30T14:17:13-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angel's Song",
    "track_id": "99679423-4fad-4d83-b67b-afeba977caf6",
    "recording_id": "3d91c199-d72a-4a5a-809c-6eab5c7432f8",
    "artist": "Miguel",
    "artist_ids": [
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "CAOS",
    "release_id": "db135ee0-b062-41df-b91a-582e211bb2fa",
    "release_group_id": "196bab47-42bd-4451-8c26-8780747c583b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2025-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miguel will be in Seattle at WAMU Theater on March 9th and in San Francisco at the Bill Graham Civic Auditorium on March 12th.\n\nhttps://www.officialmiguel.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}