Information about plays

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

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

{
    "id": 3640857,
    "uri": "https://api.kexp.org/v2/plays/3640857/?format=api",
    "airdate": "2026-04-11T19:09:36-07:00",
    "show": 66428,
    "show_uri": "https://api.kexp.org/v2/shows/66428/?format=api",
    "image_uri": "https://coverartarchive.org/release/5efc6ec6-ae8f-4b7f-84d5-00f9d1db632f/38879519874-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5efc6ec6-ae8f-4b7f-84d5-00f9d1db632f/38879519874-250.jpg",
    "song": "Digital Versicolor",
    "track_id": null,
    "recording_id": "9b2119af-2b20-47b6-ba15-18359c067187",
    "artist": "Glass Candy",
    "artist_ids": [
        "ca94595e-955a-495c-8ba1-25eebd9609a9"
    ],
    "album": "B/E/A/T/B/O/X",
    "release_id": null,
    "release_group_id": "f9185edd-d564-3dfd-b004-85a9afa03ea9",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2007-10-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Classic italo disco from this Portland band! Featuring vocalist Ida No and Italians Do It better label head Johnny Jewel.\n\nhttps://www.youtube.com/watch?v=pgid8SVPnB8",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}