Information about plays

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

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

{
    "id": 3640301,
    "uri": "https://api.kexp.org/v2/plays/3640301/?format=api",
    "airdate": "2026-04-10T13:30:06-07:00",
    "show": 66416,
    "show_uri": "https://api.kexp.org/v2/shows/66416/?format=api",
    "image_uri": "https://coverartarchive.org/release/33cc8dce-6af3-424b-9770-fc6159620187/5756098691-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33cc8dce-6af3-424b-9770-fc6159620187/5756098691-250.jpg",
    "song": "Superman",
    "track_id": null,
    "recording_id": "27cdb555-e546-4010-8cb1-40927e50873f",
    "artist": "Goldfinger",
    "artist_ids": [
        "87fc1871-b74e-4bf5-a00d-8a89c288008b"
    ],
    "album": "Hang‐Ups",
    "release_id": null,
    "release_group_id": "3b768f3a-2cd5-3717-9c41-1c0e7f3f3430",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tony Hawk once joined Goldfinger on stage to sing this song, which has defined his video game for decades: https://consequence.net/2023/01/tony-hawk-goldfinger-superman-watch/\n\nPretty good documentary about it -- https://www.youtube.com/watch?v=AFpOA1Dr6v8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}