Information about plays

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

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

{
    "id": 3538165,
    "uri": "https://api.kexp.org/v2/plays/3538165/?format=api",
    "airdate": "2025-08-09T23:37:34-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e9f9c3f-9467-4d52-a47b-d91ae031c2bf/33587208547-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e9f9c3f-9467-4d52-a47b-d91ae031c2bf/33587208547-250.jpg",
    "song": "Runnin' From the C.I.A.",
    "track_id": null,
    "recording_id": "0c3051ec-9d92-4f07-b3b3-a05e487026aa",
    "artist": "Sloppy Seconds",
    "artist_ids": [
        "6e1fb21c-1fc5-4d79-8d04-e3faabcee004"
    ],
    "album": "Destroyed",
    "release_id": null,
    "release_group_id": "5c1622e4-53c5-3aa5-8114-acdfde1045e2",
    "labels": [
        "Kid Tested Records"
    ],
    "label_ids": [
        "931f29b1-dae2-4d54-bbf6-6b0f3d269b06"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Sloppy Seconds is an American, Ramones-influenced punk band sometimes referred to as a junk rock band from Indianapolis, Indiana, that started in 1984.\n\nhttps://www.facebook.com/SloppySecondsJunkRock/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}