Information about plays

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

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

{
    "id": 3625700,
    "uri": "https://api.kexp.org/v2/plays/3625700/?format=api",
    "airdate": "2026-03-05T18:13:59-08:00",
    "show": 66100,
    "show_uri": "https://api.kexp.org/v2/shows/66100/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-0176dade-8f78-4367-a72b-e4ec051ecc0f/mbid-0176dade-8f78-4367-a72b-e4ec051ecc0f-4733647252_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-0176dade-8f78-4367-a72b-e4ec051ecc0f/mbid-0176dade-8f78-4367-a72b-e4ec051ecc0f-4733647252_thumb250.jpg",
    "song": "Modern Love",
    "track_id": "86811f38-b31f-399d-bf34-4a5fe2230f13",
    "recording_id": "6a3c7002-fd46-4524-8c5c-7fb7e16c0cee",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Modern Love",
    "release_id": "0176dade-8f78-4367-a72b-e4ec051ecc0f",
    "release_group_id": "6ce1ffbb-7347-3821-b2f8-18322010ad3e",
    "labels": [
        "EMI America"
    ],
    "label_ids": [
        "4881ac0f-1a15-4dd9-8b64-1c39a68edd33"
    ],
    "release_date": "1983-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Ray Vaughan played guitar on this track. Bowie asked him to play on the Let's Dance album after seeing him perform at a music festival.\nhttps://www.songfacts.com/facts/david-bowie/modern-love\n--\nWatch the official video for the track here: https://youtu.be/HivQqTtiHVw?si=Sj0V0idlF9wy_dO2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}