Information about plays

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

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

{
    "id": 3640068,
    "uri": "https://api.kexp.org/v2/plays/3640068/?format=api",
    "airdate": "2026-04-09T23:07:36-07:00",
    "show": 66411,
    "show_uri": "https://api.kexp.org/v2/shows/66411/?format=api",
    "image_uri": "https://coverartarchive.org/release/8521e6c9-e55f-4349-ac8d-865ee0404b40/42532808195-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8521e6c9-e55f-4349-ac8d-865ee0404b40/42532808195-250.jpg",
    "song": "Through Our Veins",
    "track_id": null,
    "recording_id": "e2432700-c1a6-43ef-89aa-78b6173182ce",
    "artist": "Reginald Omas Mamode IV",
    "artist_ids": [
        "70cc4e59-51e5-4f59-b330-d822fac59fe1"
    ],
    "album": "Rivière Noire",
    "release_id": null,
    "release_group_id": "9ef85031-f886-4547-9fd4-00debddae293",
    "labels": [
        "Melting Pot Music"
    ],
    "label_ids": [
        "5f74a304-ac4a-44b0-b0e2-b2c61b87fa84"
    ],
    "release_date": "2025-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}