Information about plays

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

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

{
    "id": 3638123,
    "uri": "https://api.kexp.org/v2/plays/3638123/?format=api",
    "airdate": "2026-04-05T09:36:20-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7b360d3-0d55-3c9e-a57a-9b97bbe9d6a5/43257611625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7b360d3-0d55-3c9e-a57a-9b97bbe9d6a5/43257611625-250.jpg",
    "song": "Friend of Mine",
    "track_id": null,
    "recording_id": "07e6b630-3ac8-4193-bba8-32a7d1d6636b",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "Live at Carnegie Hall",
    "release_id": null,
    "release_group_id": "8f1318d9-8a6f-3c4c-a6de-bcdabc7123e4",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}