Information about plays

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

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

{
    "id": 3550073,
    "uri": "https://api.kexp.org/v2/plays/3550073/?format=api",
    "airdate": "2025-09-07T14:37:50-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia801206.us.archive.org/33/items/mbid-70f1d8a9-0261-4c7b-80c6-5d87c4a6cd70/mbid-70f1d8a9-0261-4c7b-80c6-5d87c4a6cd70-42464815857_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/33/items/mbid-70f1d8a9-0261-4c7b-80c6-5d87c4a6cd70/mbid-70f1d8a9-0261-4c7b-80c6-5d87c4a6cd70-42464815857_thumb250.jpg",
    "song": "Heartbeats (Logic1000 remix)",
    "track_id": "ed56d801-45b0-4dd7-b02e-6a99b97f3b04",
    "recording_id": "ef64234a-88d9-460d-829e-446d8bdcce65",
    "artist": "José González",
    "artist_ids": [
        "cd8c5019-5d75-4d5c-bc28-e1e26a7dd5c8"
    ],
    "album": "Heartbeats (Logic1000 remix)",
    "release_id": "70f1d8a9-0261-4c7b-80c6-5d87c4a6cd70",
    "release_group_id": "871bbf3f-a000-43e1-8b26-7bbb92f97b54",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2025-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Logic1000 remix of Heartbeats? Yes please!\n\nhttps://josgonzlez.bandcamp.com/album/heartbeats-logic1000-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}