Information about plays

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

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

{
    "id": 3519365,
    "uri": "https://api.kexp.org/v2/plays/3519365/?format=api",
    "airdate": "2025-06-27T03:56:06-07:00",
    "show": 63847,
    "show_uri": "https://api.kexp.org/v2/shows/63847/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6-18805998616_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6-18805998616_thumb250.jpg",
    "song": "Love Will Tear Us Apart",
    "track_id": "e4cec9b8-9679-388c-a322-a1751d98e1fe",
    "recording_id": "2afa76b8-7857-40dc-97a8-2c6f457becb4",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Substance",
    "release_id": "a782c648-c08a-3558-bd7a-c85f0a970ec6",
    "release_group_id": "dcb06128-02ea-3885-a097-5d382402d17c",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "45th anniversary of this incredible single ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}