Information about plays

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

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

{
    "id": 3554686,
    "uri": "https://api.kexp.org/v2/plays/3554686/?format=api",
    "airdate": "2025-09-18T17:34:06-07:00",
    "show": 64596,
    "show_uri": "https://api.kexp.org/v2/shows/64596/?format=api",
    "image_uri": "https://ia600209.us.archive.org/26/items/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2-2550830353_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/26/items/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2-2550830353_thumb250.jpg",
    "song": "Born as Ghosts",
    "track_id": "857b8860-9d71-38ed-8960-bd2f02d94862",
    "recording_id": "541a6f1e-3d64-42f4-b871-4f75b59cdb74",
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "The Battle of Los Angeles",
    "release_id": "5a324464-95dc-3366-8ff5-7ab376a1bca2",
    "release_group_id": "25e72bf4-09fc-3e66-9d31-9247d91b4819",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For everyone out there potentially listening while on a rage run\n\nOr perhaps a rage cook, rage clean, rage sit, rage drive, rage what have you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}