Information about plays

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

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

{
    "id": 3640238,
    "uri": "https://api.kexp.org/v2/plays/3640238/?format=api",
    "airdate": "2026-04-10T09:36:16-07:00",
    "show": 66414,
    "show_uri": "https://api.kexp.org/v2/shows/66414/?format=api",
    "image_uri": "https://ia600203.us.archive.org/7/items/mbid-bb7a34ce-3fd6-4160-b908-1e5dd6635fdb/mbid-bb7a34ce-3fd6-4160-b908-1e5dd6635fdb-9716771346_thumb500.jpg",
    "thumbnail_uri": "https://dn711204.ca.archive.org/0/items/mbid-bb7a34ce-3fd6-4160-b908-1e5dd6635fdb/mbid-bb7a34ce-3fd6-4160-b908-1e5dd6635fdb-9716771346_thumb250.jpg",
    "song": "This Town",
    "track_id": "0b336d88-e626-43bc-b7f6-8f6abf77132f",
    "recording_id": "9761771a-f26e-4224-887d-5b66c6282e97",
    "artist": "The Go‐Go’s",
    "artist_ids": [
        "eec163e4-a013-4af0-9641-c5b2df41fff7"
    ],
    "album": "Beauty and the Beat",
    "release_id": "bb7a34ce-3fd6-4160-b908-1e5dd6635fdb",
    "release_group_id": "8b64edc9-1a59-3840-8b12-85a4e19cf48a",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An early Go-Go's track, this was written by their guitarists: Jane Wiedlin and Charlotte Caffey.\n--\nThe Go-Go's performed \"This Town\" live in Central Park in 2001: https://www.youtube.com/watch?v=d5kzsNeeYA8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}