Information about plays

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

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

{
    "id": 3670147,
    "uri": "https://api.kexp.org/v2/plays/3670147/?format=api",
    "airdate": "2026-06-20T06:19:06-07:00",
    "show": 67035,
    "show_uri": "https://api.kexp.org/v2/shows/67035/?format=api",
    "image_uri": "https://coverartarchive.org/release/b37380ae-480c-4a16-a6f0-12a7bff5489c/43881347221-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b37380ae-480c-4a16-a6f0-12a7bff5489c/43881347221-250.jpg",
    "song": "PUNK ROCKY",
    "track_id": null,
    "recording_id": "43a8d2c6-e4e9-4888-a934-6cc12f46a955",
    "artist": "A$AP Rocky",
    "artist_ids": [
        "25b7b584-d952-4662-a8b9-dd8cdfbfeb64"
    ],
    "album": "Don’t Be Dumb",
    "release_id": null,
    "release_group_id": "132f6b97-eb7b-44d4-9b34-97014e1e9039",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2026-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}