Information about plays

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

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

{
    "id": 3612915,
    "uri": "https://api.kexp.org/v2/plays/3612915/?format=api",
    "airdate": "2026-02-04T01:12:32-08:00",
    "show": 65835,
    "show_uri": "https://api.kexp.org/v2/shows/65835/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-cf117937-2317-43b8-8b20-ba9a045e3a12/mbid-cf117937-2317-43b8-8b20-ba9a045e3a12-15963313413_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-cf117937-2317-43b8-8b20-ba9a045e3a12/mbid-cf117937-2317-43b8-8b20-ba9a045e3a12-15963313413_thumb250.jpg",
    "song": "Tremel",
    "track_id": "1fc395ea-e683-371b-b964-048689c817a4",
    "recording_id": "438b90b6-e910-46f5-a9d7-22f8163ae7c9",
    "artist": "Glasser",
    "artist_ids": [
        "ff2039e0-a4b3-4c6e-ad23-949f8ec63ffc"
    ],
    "album": "Ring",
    "release_id": "cf117937-2317-43b8-8b20-ba9a045e3a12",
    "release_group_id": "1c408524-9ab4-48f9-8c3e-347c1893fca0",
    "labels": [
        "True Panther Sounds"
    ],
    "label_ids": [
        "83d836ec-fd29-4761-890a-9e0053c25635"
    ],
    "release_date": "2010-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There's a cool Jamie xx remix too: https://www.youtube.com/watch?v=4FJDvjFtv3w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}