Information about plays

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

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

{
    "id": 3640612,
    "uri": "https://api.kexp.org/v2/plays/3640612/?format=api",
    "airdate": "2026-04-11T05:59:49-07:00",
    "show": 66422,
    "show_uri": "https://api.kexp.org/v2/shows/66422/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-7d417e26-1b92-4a12-b9f2-0a8c627e486e/mbid-7d417e26-1b92-4a12-b9f2-0a8c627e486e-16139599015_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-7d417e26-1b92-4a12-b9f2-0a8c627e486e/mbid-7d417e26-1b92-4a12-b9f2-0a8c627e486e-16139599015_thumb250.jpg",
    "song": "BBQ Commercial",
    "track_id": "e99ad11e-6f84-3234-8569-7405bfddb9e1",
    "recording_id": "8a6b2306-a757-4977-987c-8ce4d7ab0d43",
    "artist": "Scott H. Biram",
    "artist_ids": [
        "5ccfbbf2-62da-4e38-b1ba-b4f798ada177"
    ],
    "album": "The Dirty Old One Man Band",
    "release_id": "7d417e26-1b92-4a12-b9f2-0a8c627e486e",
    "release_group_id": "6fa09105-44be-3005-ad3b-22853def1ae7",
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2005-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}