Information about plays

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

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

{
    "id": 3559400,
    "uri": "https://api.kexp.org/v2/plays/3559400/?format=api",
    "airdate": "2025-09-30T00:00:59-07:00",
    "show": 64704,
    "show_uri": "https://api.kexp.org/v2/shows/64704/?format=api",
    "image_uri": "https://coverartarchive.org/release/b668e230-38ab-4ba3-aea9-4fa8bf151bcc/31017524715-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b668e230-38ab-4ba3-aea9-4fa8bf151bcc/31017524715-250.jpg",
    "song": "Light Rain",
    "track_id": null,
    "recording_id": null,
    "artist": "Plaid",
    "artist_ids": [
        "7e54d133-2525-4bc0-ae94-65584145a386"
    ],
    "album": "Double Figure",
    "release_id": null,
    "release_group_id": "0cc7924b-88f4-30a1-8587-7d1eff230407",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2001-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ some light rain in the broadcast ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}