Information about plays

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

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

{
    "id": 3669731,
    "uri": "https://api.kexp.org/v2/plays/3669731/?format=api",
    "airdate": "2026-06-19T04:13:02-07:00",
    "show": 67025,
    "show_uri": "https://api.kexp.org/v2/shows/67025/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-62ab7425-c171-4870-a030-632e4713a232/mbid-62ab7425-c171-4870-a030-632e4713a232-45399350427_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-62ab7425-c171-4870-a030-632e4713a232/mbid-62ab7425-c171-4870-a030-632e4713a232-45399350427_thumb250.jpg",
    "song": "Get Away From Me (I Think I'll Love You Soon)",
    "track_id": "4ccf89e9-f980-4a56-8380-eefd60ee73b4",
    "recording_id": "443a574c-db2b-43a9-acc2-1aa6356de6e4",
    "artist": "Julia Jacklin",
    "artist_ids": [
        "f95d0f4f-d344-4acd-bec8-cc512b40f629"
    ],
    "album": "The Gem",
    "release_id": "62ab7425-c171-4870-a030-632e4713a232",
    "release_group_id": "10317701-b863-4e30-b159-f54c63ac5de7",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2026-09-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}