Information about plays

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

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

{
    "id": 3522771,
    "uri": "https://api.kexp.org/v2/plays/3522771/?format=api",
    "airdate": "2025-07-05T00:24:34-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/38780dbf-f05b-4444-a011-08ebac4175d6/8514612350-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/38780dbf-f05b-4444-a011-08ebac4175d6/8514612350-250.jpg",
    "song": "Sometimes I Rhyme Slow",
    "track_id": null,
    "recording_id": "953770a3-7e7a-425b-8a5d-d72b7168c60a",
    "artist": "Nice & Smooth",
    "artist_ids": [
        "e0af5e8b-403c-4059-bd83-5ae037b391b7"
    ],
    "album": "Ain’t a Damn Thing Changed",
    "release_id": null,
    "release_group_id": "29da9c45-a168-37d7-9454-49a5fef314fa",
    "labels": [
        "Rush Associated Labels"
    ],
    "label_ids": [
        "e54cf1d2-645d-49ea-b552-5b73f9c31d41"
    ],
    "release_date": "1991-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}