Information about plays

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

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

{
    "id": 3540218,
    "uri": "https://api.kexp.org/v2/plays/3540218/?format=api",
    "airdate": "2025-08-15T02:48:12-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia600204.us.archive.org/34/items/mbid-7600bea1-0d65-4e92-8b1e-c9a3c8ec5a19/mbid-7600bea1-0d65-4e92-8b1e-c9a3c8ec5a19-10606664111_thumb500.jpg",
    "thumbnail_uri": "https://ia600204.us.archive.org/34/items/mbid-7600bea1-0d65-4e92-8b1e-c9a3c8ec5a19/mbid-7600bea1-0d65-4e92-8b1e-c9a3c8ec5a19-10606664111_thumb250.jpg",
    "song": "Rock Me Amadeus",
    "track_id": "49afd982-057e-3ba3-8db9-740e1c94c64f",
    "recording_id": "c202f18b-758e-4c9e-be38-71e7863f57d1",
    "artist": "Falco",
    "artist_ids": [
        "dcd95aa4-f3ff-492d-a621-8518ada0f58b"
    ],
    "album": "Falco 3",
    "release_id": "7600bea1-0d65-4e92-8b1e-c9a3c8ec5a19",
    "release_group_id": "b57bc440-df3e-333e-b60a-e1db9a13b9a6",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2010-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to my mom listening in Vienna",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}