Information about plays

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

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

{
    "id": 3555518,
    "uri": "https://api.kexp.org/v2/plays/3555518/?format=api",
    "airdate": "2025-09-20T17:43:24-07:00",
    "show": 64614,
    "show_uri": "https://api.kexp.org/v2/shows/64614/?format=api",
    "image_uri": "https://dn721305.ca.archive.org/0/items/mbid-600ae468-9cec-4838-a347-e33c2e5c143c/mbid-600ae468-9cec-4838-a347-e33c2e5c143c-42095858107_thumb500.jpg",
    "thumbnail_uri": "https://dn721305.ca.archive.org/0/items/mbid-600ae468-9cec-4838-a347-e33c2e5c143c/mbid-600ae468-9cec-4838-a347-e33c2e5c143c-42095858107_thumb250.jpg",
    "song": "What We Want",
    "track_id": "45f4ec74-ef75-42af-822e-406eb5a356ba",
    "recording_id": "7a3a66d9-3729-40d6-88dd-d91c6dab4ce4",
    "artist": "Land Of Echo feat. Kathy Diamond",
    "artist_ids": [
        "d32f3f54-ee28-41e1-8cd7-a9341767e1e1",
        "923aadf3-0825-43cd-bdbb-ed57fd58551d"
    ],
    "album": "What We Want",
    "release_id": "600ae468-9cec-4838-a347-e33c2e5c143c",
    "release_group_id": "cb395942-af97-435c-9ee1-f7a48b937c7a",
    "labels": [
        "Wah Wah 45s"
    ],
    "label_ids": [
        "7ed56d4a-b5db-4bff-8349-c7250fc86a80"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Land of Echo is the latest project from Rob Mac - producer and longtime figure in UK underground music.\n\nGet the song here:\nhttps://landofecho.bandcamp.com/album/what-we-want-feat-kathy-diamond",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}