Information about plays

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

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

{
    "id": 3579251,
    "uri": "https://api.kexp.org/v2/plays/3579251/?format=api",
    "airdate": "2025-11-17T04:19:02-08:00",
    "show": 65133,
    "show_uri": "https://api.kexp.org/v2/shows/65133/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afters (featuring MĀ)",
    "track_id": null,
    "recording_id": null,
    "artist": "Troy Kingi, MĀ",
    "artist_ids": [
        "88f8596d-04ed-41c7-b54b-b653eee93249",
        "7e236a43-98c4-4039-95d8-70450b129f8c"
    ],
    "album": "Afters (featuring MĀ)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Māori\n\nTroy Kingi is a New Zealand musician from Northland, first receiving media attention when he appeared in the 2013 film Mt. Zion. Kingi is a multi-instrumentalist, is known for his 10/10/10 project: the plan to release 10 albums in 10 genres across 10 years. MĀ is a self-taught musician from from Te Whanganui-a-Tara, Aotearoa whose songs value te taiao, whakapapa, manaakitanga, humour and emotional honesty. https://maofficialmusic.bandcamp.com/track/decay-featuring-mato-wayuhi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}