Information about plays

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

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

{
    "id": 3580780,
    "uri": "https://api.kexp.org/v2/plays/3580780/?format=api",
    "airdate": "2025-11-20T21:23:20-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rude girl Oi",
    "track_id": null,
    "recording_id": "d38c27aa-71e7-4686-8bb5-0d13b49a7a4e",
    "artist": "Rumkicks",
    "artist_ids": [
        "f2e2b853-c36f-4dd0-bb1c-5cad2a8cf819"
    ],
    "album": "反骨 (Born Rude)",
    "release_id": null,
    "release_group_id": "8eb08b49-08e0-42ef-b69b-04674923e133",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rumkicks  (럼킥스) is a punk rock band from Seoul, South Korea, formed in 2018 by Jeong Yeawon and bassist Choi Seun.\n--\nhttps://rumkicks.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}