Information about plays

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

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

{
    "id": 3583624,
    "uri": "https://api.kexp.org/v2/plays/3583624/?format=api",
    "airdate": "2025-11-27T10:44:40-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take",
    "track_id": "1c4f6ddf-09be-4bca-abde-5487543908ab",
    "recording_id": "75660ac8-bb47-48e6-923f-739e70dc2745",
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Straight Line Was a Lie",
    "release_id": "8006ba4c-73d1-42d9-8c83-002dbcd40365",
    "release_group_id": "f24f6952-1b4d-4042-b7ca-cb836a514ae9",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth full-length release from the NZ band. Kennady hosted a Live on KEXP session with them in 2023! https://youtu.be/fIC70Wyd5_U?si=fxmHhjyy5igaWAXK\n\nhttps://thebethsnz.bandcamp.com\nhttps://www.thebeths.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}