Information about plays

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

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

{
    "id": 3543577,
    "uri": "https://api.kexp.org/v2/plays/3543577/?format=api",
    "airdate": "2025-08-23T02:59:38-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://coverartarchive.org/release/a82d5d0d-6cc0-4d62-a1e7-58946a872a85/18290475785-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a82d5d0d-6cc0-4d62-a1e7-58946a872a85/18290475785-250.jpg",
    "song": "Social Fools",
    "track_id": null,
    "recording_id": "83b58097-f31d-47f8-862e-c5f329eb8157",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Hardcore Devo, Volume 1: 74–77",
    "release_id": null,
    "release_group_id": "f2b9f62c-5f57-3340-bfd6-63e260bb7fd6",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Fool is one of the Major Arcana",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}