Information about plays

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

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

{
    "id": 3559883,
    "uri": "https://api.kexp.org/v2/plays/3559883/?format=api",
    "airdate": "2025-10-01T02:37:09-07:00",
    "show": 64714,
    "show_uri": "https://api.kexp.org/v2/shows/64714/?format=api",
    "image_uri": "https://ia903200.us.archive.org/12/items/mbid-f9c479e6-55b0-43d2-b2b8-bc3948922c3b/mbid-f9c479e6-55b0-43d2-b2b8-bc3948922c3b-4183358943_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/12/items/mbid-f9c479e6-55b0-43d2-b2b8-bc3948922c3b/mbid-f9c479e6-55b0-43d2-b2b8-bc3948922c3b-4183358943_thumb250.jpg",
    "song": "Don’t Stop (Color on the Walls)",
    "track_id": "709c915f-490c-370c-a0b2-37d0b785a818",
    "recording_id": "6e5fbd33-c92d-4f86-9c82-db106fc1dd2f",
    "artist": "Foster the People",
    "artist_ids": [
        "e0e1a584-dd0a-4bd1-88d1-c4c62895039d"
    ],
    "album": "Torches",
    "release_id": "f9c479e6-55b0-43d2-b2b8-bc3948922c3b",
    "release_group_id": "535748f7-5b3d-4a2a-8f9c-bd8baa587239",
    "labels": [
        "Columbia",
        "StarTime International"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "27609a48-18b0-4e14-a2c5-0b578c78f1ac"
    ],
    "release_date": "2011-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=jlAgHt92lqE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}