Information about plays

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

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

{
    "id": 3520231,
    "uri": "https://api.kexp.org/v2/plays/3520231/?format=api",
    "airdate": "2025-06-29T02:55:59-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-4e320ca2-c61c-4d25-8e11-a51adabe4d10/mbid-4e320ca2-c61c-4d25-8e11-a51adabe4d10-41789130611_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/33/items/mbid-4e320ca2-c61c-4d25-8e11-a51adabe4d10/mbid-4e320ca2-c61c-4d25-8e11-a51adabe4d10-41789130611_thumb250.jpg",
    "song": "Aku Cemas",
    "track_id": "d4c45ba7-30b1-49d7-b3c7-9eb14268c530",
    "recording_id": "9c12de00-9176-40c3-ab2a-ea36ad9d4787",
    "artist": "Subsonic Eye",
    "artist_ids": [
        "b56cde0f-c96c-4e0c-9841-3c17670e7caa"
    ],
    "album": "Singapore Dreaming",
    "release_id": "4e320ca2-c61c-4d25-8e11-a51adabe4d10",
    "release_group_id": "4bfe7c30-1c44-466c-9e73-5ebe467cbdad",
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2025-06-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}