Information about plays

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

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

{
    "id": 3589407,
    "uri": "https://api.kexp.org/v2/plays/3589407/?format=api",
    "airdate": "2025-12-10T16:23:23-08:00",
    "show": 65341,
    "show_uri": "https://api.kexp.org/v2/shows/65341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart of a Dog",
    "track_id": "7fba298f-6ae7-4413-83a6-706d0df85c99",
    "recording_id": "7c3ce48b-eae9-4aca-bc5f-ca04151f4635",
    "artist": "The Kills",
    "artist_ids": [
        "2c629b8c-d751-4131-b785-5690bb5e0fd7"
    ],
    "album": "Ash & Ice",
    "release_id": "811065a6-c5eb-4e34-ba8f-3e09a4d7d99d",
    "release_group_id": "8595cf30-77c4-4635-80f2-6a1375763422",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2016-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for this 2016 track from the Kills: https://youtu.be/urPxe4jxdt8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}