Information about plays

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

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

{
    "id": 3619663,
    "uri": "https://api.kexp.org/v2/plays/3619663/?format=api",
    "airdate": "2026-02-19T20:51:31-08:00",
    "show": 65977,
    "show_uri": "https://api.kexp.org/v2/shows/65977/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mad Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Socialclub Hyangwu",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "블루탠저린레코즈"
    ],
    "label_ids": [],
    "release_date": "2024-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Socialclub Hyangwu is a Riot Grrrl band formed in Seoul in 2023. The members are all women: Jeon Dain on vocals and guitar, Jung Youngho on guitar and bass, Kim Gawon on drums, and Bae Hyunmin in charge of design and A&R. Their music moves across punk, grunge, and alternative, grounded in feminism and a spirit of resistance.\n--\nhttps://socialclubhyangwu.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}