Information about plays

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

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

{
    "id": 3670135,
    "uri": "https://api.kexp.org/v2/plays/3670135/?format=api",
    "airdate": "2026-06-20T05:41:21-07:00",
    "show": 67034,
    "show_uri": "https://api.kexp.org/v2/shows/67034/?format=api",
    "image_uri": "https://coverartarchive.org/release/d14d8adb-cacd-43c8-8fd1-7b4355acab15/1041200146-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d14d8adb-cacd-43c8-8fd1-7b4355acab15/1041200146-250.jpg",
    "song": "America",
    "track_id": null,
    "recording_id": "b2e796ed-4823-4f3c-9413-f44c35640f61",
    "artist": "Andre Williams",
    "artist_ids": [
        "e56a7641-f03e-43b9-b91b-052e2321653b"
    ],
    "album": "That’s All I Need",
    "release_id": null,
    "release_group_id": "dddb2da0-c77e-4364-9f88-3b738936008f",
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2010-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}