Information about plays

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

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

{
    "id": 3546819,
    "uri": "https://api.kexp.org/v2/plays/3546819/?format=api",
    "airdate": "2025-08-30T18:49:04-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything Under the Sun",
    "track_id": "710a9027-c6e7-406d-8e43-fcce68790dca",
    "recording_id": "e2349b43-8fbe-4f54-8eb3-5c330e837cb0",
    "artist": "Hi Crime",
    "artist_ids": [
        "bf002db7-53e1-4a0e-a66b-d0b98e4cd271"
    ],
    "album": "Spirit & Candor",
    "release_id": "ecb2b8e4-ab79-4c40-a277-247d7de26728",
    "release_group_id": "0b7a9b7a-7f44-4a93-a7c9-7307132cfa50",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Seattle, Hi Crime has released \"Everything Under the Sun\" as the first single from the upcoming album, Spirit & Candor, due out October 25th!\n\nhttps://hicrime.bandcamp.com",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}