Information about plays

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

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

{
    "id": 3553999,
    "uri": "https://api.kexp.org/v2/plays/3553999/?format=api",
    "airdate": "2025-09-17T01:36:05-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia903207.us.archive.org/24/items/mbid-1929b614-e42d-4123-ad09-00df00232261/mbid-1929b614-e42d-4123-ad09-00df00232261-7041445028_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/24/items/mbid-1929b614-e42d-4123-ad09-00df00232261/mbid-1929b614-e42d-4123-ad09-00df00232261-7041445028_thumb250.jpg",
    "song": "(Set Me Free) Remotivate Me",
    "track_id": "25323bbe-0d89-47fa-80b0-57b4a4de21ab",
    "recording_id": "351265bb-20b6-40b7-8af0-f25cb5f4364f",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Singles 7–12",
    "release_id": "9aa0ef08-e0c2-44e0-b66e-5d1496319b5a",
    "release_group_id": "dfb3a7b2-535e-474e-98cb-3779eafd8bb5",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2004-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}