Information about plays

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

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

{
    "id": 3566185,
    "uri": "https://api.kexp.org/v2/plays/3566185/?format=api",
    "airdate": "2025-10-17T02:59:13-07:00",
    "show": 64854,
    "show_uri": "https://api.kexp.org/v2/shows/64854/?format=api",
    "image_uri": "https://coverartarchive.org/release/df84427f-4d17-456e-b299-1030e256be4c/20633212567-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df84427f-4d17-456e-b299-1030e256be4c/20633212567-250.jpg",
    "song": "Lookin' Good",
    "track_id": null,
    "recording_id": "87359785-c482-4f5d-972e-c0143a004dbb",
    "artist": "Eric Gale",
    "artist_ids": [
        "72323249-ff36-49d2-8925-f6b5a2946e5c"
    ],
    "album": "Part of You",
    "release_id": null,
    "release_group_id": "6d003fb6-ed79-3f67-a0fc-d980571f632d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(air break)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}