Information about plays

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

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

{
    "id": 3566778,
    "uri": "https://api.kexp.org/v2/plays/3566778/?format=api",
    "airdate": "2025-10-18T14:41:53-07:00",
    "show": 64868,
    "show_uri": "https://api.kexp.org/v2/shows/64868/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-7de3bf0e-8079-4f50-9f7d-969c84d50cba/mbid-7de3bf0e-8079-4f50-9f7d-969c84d50cba-24250182430_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-7de3bf0e-8079-4f50-9f7d-969c84d50cba/mbid-7de3bf0e-8079-4f50-9f7d-969c84d50cba-24250182430_thumb250.jpg",
    "song": "Not",
    "track_id": "d36123cf-f735-4904-8b57-7d2e84ce1923",
    "recording_id": "d7a83b9e-3623-4a2f-8a19-715a8ae374a5",
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "Two Hands",
    "release_id": "7befaf76-8ed0-4019-af55-3ac6b5bc3cdf",
    "release_group_id": "7b95343d-835d-474c-bba0-0025462b36c5",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big Thief played \"Not\" as part of their Live on KEXP session in 2019: https://youtu.be/5oODr-7y3M0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}