Information about plays

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

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

{
    "id": 3569446,
    "uri": "https://api.kexp.org/v2/plays/3569446/?format=api",
    "airdate": "2025-10-24T17:18:24-07:00",
    "show": 64922,
    "show_uri": "https://api.kexp.org/v2/shows/64922/?format=api",
    "image_uri": "https://coverartarchive.org/release/769750ca-9eb5-4fd6-b86a-984da312122f/34031364152-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/769750ca-9eb5-4fd6-b86a-984da312122f/34031364152-250.jpg",
    "song": "Dirty Work",
    "track_id": null,
    "recording_id": "2c4681ad-32a3-42c7-bfa4-f6efeedf9eb9",
    "artist": "Steely Dan",
    "artist_ids": [
        "e01c3376-15fa-40d7-b747-5f219bdefdd7"
    ],
    "album": "Can’t Buy a Thrill",
    "release_id": null,
    "release_group_id": "9d73a864-2976-3286-b6c1-8aabc7407737",
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1972-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Palmer of Steely Dan sings the lead vocals on this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}