Information about plays

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

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

{
    "id": 3574704,
    "uri": "https://api.kexp.org/v2/plays/3574704/?format=api",
    "airdate": "2025-11-06T11:23:36-08:00",
    "show": 65037,
    "show_uri": "https://api.kexp.org/v2/shows/65037/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-40a56c2e-e754-4328-ab91-87f68a40f8a6/mbid-40a56c2e-e754-4328-ab91-87f68a40f8a6-31594154013_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-40a56c2e-e754-4328-ab91-87f68a40f8a6/mbid-40a56c2e-e754-4328-ab91-87f68a40f8a6-31594154013_thumb250.jpg",
    "song": "Moonshine Freeze",
    "track_id": "9151e3b3-a420-4d79-a197-c2a20e56e9d4",
    "recording_id": "65bb5622-9949-4333-932b-38dc24a77530",
    "artist": "This Is the Kit",
    "artist_ids": [
        "c7a4dcf7-61f8-4126-bec8-3bfa3b18284a"
    ],
    "album": "Moonshine Freeze",
    "release_id": "5978d85a-fc54-4019-a664-3b380170d796",
    "release_group_id": "2f6df37d-c845-4079-ac2c-d04ecd457f6c",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2017-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the Kit is the project of British musician Kate Stables. \n--\n\nCheck out this 2017 Live on KEXP session from the group here: https://www.youtube.com/watch?v=Ne50-BiK5Ag",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}