Information about plays

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

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

{
    "id": 3636280,
    "uri": "https://api.kexp.org/v2/plays/3636280/?format=api",
    "airdate": "2026-04-01T03:33:14-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-31b7e069-ab7b-4001-9056-3451d5d51316/mbid-31b7e069-ab7b-4001-9056-3451d5d51316-25469015254_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-31b7e069-ab7b-4001-9056-3451d5d51316/mbid-31b7e069-ab7b-4001-9056-3451d5d51316-25469015254_thumb250.jpg",
    "song": "Splish Splash",
    "track_id": "6d0e3357-dce4-3afd-b267-9efbb33135c0",
    "recording_id": "f834e9f8-2ea2-4935-a083-400e26b2bf92",
    "artist": "Bobby Darin",
    "artist_ids": [
        "1f223eed-aa38-49da-9e76-62ab3adc2e04"
    ],
    "album": "Loud, Fast & Out of Control: The Wild Sounds of ’50s Rock",
    "release_id": "31b7e069-ab7b-4001-9056-3451d5d51316",
    "release_group_id": "c1bc6a1c-7d54-3653-8939-a32573ee394d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}