Information about plays

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

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

{
    "id": 3580542,
    "uri": "https://api.kexp.org/v2/plays/3580542/?format=api",
    "airdate": "2025-11-20T06:20:46-08:00",
    "show": 65159,
    "show_uri": "https://api.kexp.org/v2/shows/65159/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BabyGoated",
    "track_id": "7238d550-e239-41f2-94cd-9d1414fcaa3f",
    "recording_id": "dfb4f97b-5524-4efa-9e7f-ab99ac255e65",
    "artist": "Amy Gadiaga",
    "artist_ids": [
        "c364340d-d21f-47b8-941e-6a41398d65fc"
    ],
    "album": "BabyGoated",
    "release_id": "39219131-3cf3-4671-9ca7-1c7cbda0349c",
    "release_group_id": "9a5ada05-6382-4e54-897d-e502504f635a",
    "labels": [
        "Psychic Hotline"
    ],
    "label_ids": [
        "2589a508-4fa8-4bbd-a2ac-fef51c7abfc1"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First single and title track from the upcoming EP by London-based bassist, vocalist, and composer Amy Gadiaga, pronounced \"AH-mee GAH-dee-ah-gah\".\n\nhttps://amygadiaga.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}