Information about plays

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

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

{
    "id": 3586832,
    "uri": "https://api.kexp.org/v2/plays/3586832/?format=api",
    "airdate": "2025-12-04T18:54:20-08:00",
    "show": 65288,
    "show_uri": "https://api.kexp.org/v2/shows/65288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run Into Love",
    "track_id": "e5e2455a-e238-4873-8378-cfe553894747",
    "recording_id": "231acb38-b7ed-444e-af2b-53239c6a5a60",
    "artist": "Another Taste",
    "artist_ids": [
        "3e67e305-af38-434c-919a-3a678731f77b"
    ],
    "album": "Run Into Love",
    "release_id": "ab118eba-28cd-43e2-8120-82ee5b854f34",
    "release_group_id": "89def655-64ee-41b4-861f-d868206ac9fd",
    "labels": [
        "Space Grapes"
    ],
    "label_ids": [
        "ef2eb428-a1d5-4254-9a05-2d38b6dcfdea"
    ],
    "release_date": "2025-10-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another Taste is a Rotterdam-born concept band formed by a group of longtime friends: Bobby van Putten (keys), Bob Roche (bass), Barend Lippens (keys), and Teun van Zoggel (drums).\n\n“Run Into Love” is the first (digital only) single from their upcoming second album, due out in 2026 (That's Sarina Voorn on lead vocals.) \n\nhttps://another-taste.bandcamp.com\nhttps://www.another-taste.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}