Information about plays

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

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

{
    "id": 3574811,
    "uri": "https://api.kexp.org/v2/plays/3574811/?format=api",
    "airdate": "2025-11-06T17:50:57-08:00",
    "show": 65039,
    "show_uri": "https://api.kexp.org/v2/shows/65039/?format=api",
    "image_uri": "https://ia601500.us.archive.org/1/items/mbid-e1e6ff6f-a612-3004-866d-7ef7319ed602/mbid-e1e6ff6f-a612-3004-866d-7ef7319ed602-6322784267_thumb500.jpg",
    "thumbnail_uri": "https://ia801500.us.archive.org/1/items/mbid-e1e6ff6f-a612-3004-866d-7ef7319ed602/mbid-e1e6ff6f-a612-3004-866d-7ef7319ed602-6322784267_thumb250.jpg",
    "song": "Rapture",
    "track_id": "e7c3c0d7-6ad7-3bd0-b95a-f12accd4bf39",
    "recording_id": "a5700d80-266d-4abb-94fa-b976288ce5b9",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Autoamerican",
    "release_id": "e1e6ff6f-a612-3004-866d-7ef7319ed602",
    "release_group_id": "57b5b8e5-f402-3406-af89-01c92cda5217",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tom Scott, the extremely busy session-musician saxophonist, plays sax on this classic.\nhttps://www.tomscottmusic.com/\n\nRead more about the song here: https://www.stereogum.com/2082475/the-number-ones-blondies-rapture/columns/the-number-ones/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}