Information about plays

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

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

{
    "id": 3547235,
    "uri": "https://api.kexp.org/v2/plays/3547235/?format=api",
    "airdate": "2025-08-31T16:38:00-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://dn721301.ca.archive.org/0/items/mbid-6d296c17-3e98-4905-a03e-7f1cc22e4d2b/mbid-6d296c17-3e98-4905-a03e-7f1cc22e4d2b-42508991813_thumb500.jpg",
    "thumbnail_uri": "https://dn721301.ca.archive.org/0/items/mbid-6d296c17-3e98-4905-a03e-7f1cc22e4d2b/mbid-6d296c17-3e98-4905-a03e-7f1cc22e4d2b-42508991813_thumb250.jpg",
    "song": "Frontline",
    "track_id": "77cb81a0-2190-4ab1-8c28-cb650ef1066d",
    "recording_id": "d78917cf-ce8a-4b24-8a68-9ce64d336272",
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Shy Girl",
    "release_id": "6d296c17-3e98-4905-a03e-7f1cc22e4d2b",
    "release_group_id": "df46bbd9-3bad-4f29-8421-c0c81be04634",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New reggae from Hollie Cook. https://holliecook.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}