Information about plays

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

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

{
    "id": 3540250,
    "uri": "https://api.kexp.org/v2/plays/3540250/?format=api",
    "airdate": "2025-08-15T04:46:39-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia804508.us.archive.org/26/items/mbid-18481c55-d6d0-48bb-b443-a008e683fe51/mbid-18481c55-d6d0-48bb-b443-a008e683fe51-35967181467_thumb500.jpg",
    "thumbnail_uri": "https://ia804508.us.archive.org/26/items/mbid-18481c55-d6d0-48bb-b443-a008e683fe51/mbid-18481c55-d6d0-48bb-b443-a008e683fe51-35967181467_thumb250.jpg",
    "song": "Bus Ride",
    "track_id": "a4fa000a-124c-497e-85c3-d6896e06cd2a",
    "recording_id": "afda915c-eac8-4cec-98f7-af03a646d43c",
    "artist": "Kaytranada feat. Karriem Riggins & River Tiber",
    "artist_ids": [
        "f2afcf42-edf0-4670-8b31-0a4253709395",
        "f5535b25-11fb-429c-8589-417ded07caf7",
        "e56aee57-d90e-40cf-a70d-beb70f6f3c69"
    ],
    "album": "99.9%",
    "release_id": "18481c55-d6d0-48bb-b443-a008e683fe51",
    "release_group_id": "2f915251-f0f3-4a08-9f31-4f3cbcfcbf3b",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}