Information about plays

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

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

{
    "id": 3670150,
    "uri": "https://api.kexp.org/v2/plays/3670150/?format=api",
    "airdate": "2026-06-20T06:30:50-07:00",
    "show": 67035,
    "show_uri": "https://api.kexp.org/v2/shows/67035/?format=api",
    "image_uri": "https://coverartarchive.org/release/002a65d3-ab21-4fdd-adbf-ca6d5f39033a/16181525141-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/002a65d3-ab21-4fdd-adbf-ca6d5f39033a/16181525141-250.jpg",
    "song": "Sunny",
    "track_id": null,
    "recording_id": "7ec76953-ec7d-4c69-9cb6-a12c3c23cf90",
    "artist": "Boney M.",
    "artist_ids": [
        "5403bf6e-bc1d-4e62-b31f-926a2bf66a14"
    ],
    "album": "Take the Heat Off Me",
    "release_id": null,
    "release_group_id": "4c9eb64e-37e2-3e18-9833-efae833dc2a8",
    "labels": [
        "Hansa"
    ],
    "label_ids": [
        "3cfa65af-d11c-4337-843c-0b6d4ca385d3"
    ],
    "release_date": "1976-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}