Information about plays

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

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

{
    "id": 3529935,
    "uri": "https://api.kexp.org/v2/plays/3529935/?format=api",
    "airdate": "2025-07-21T13:42:40-07:00",
    "show": 64076,
    "show_uri": "https://api.kexp.org/v2/shows/64076/?format=api",
    "image_uri": "https://dn721706.ca.archive.org/0/items/mbid-f52e1647-4435-4f98-851e-43d7a96a0061/mbid-f52e1647-4435-4f98-851e-43d7a96a0061-42128961587_thumb500.jpg",
    "thumbnail_uri": "https://ia600900.us.archive.org/23/items/mbid-f52e1647-4435-4f98-851e-43d7a96a0061/mbid-f52e1647-4435-4f98-851e-43d7a96a0061-42128961587_thumb250.jpg",
    "song": "ahead of myself",
    "track_id": "d68db74e-dca8-421f-a731-ea87ac0aeee4",
    "recording_id": "654706e1-4340-4757-8221-87ada72319e5",
    "artist": "seiji oda feat. Nate Curry",
    "artist_ids": [
        "7225352f-4d66-43f5-a1fb-c0514c6393a6",
        "ea0ea465-789a-4c96-a0b3-06bfcb5a1990"
    ],
    "album": "HUMAN + NATURE",
    "release_id": "f52e1647-4435-4f98-851e-43d7a96a0061",
    "release_group_id": "5c0fe0d5-f76b-4d2e-a357-32bd73e4458b",
    "labels": [
        "uknowme!"
    ],
    "label_ids": [
        "c15fc8a9-d09d-41ab-9fe4-2463d17fb91f"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}