Information about plays

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

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

{
    "id": 3412532,
    "uri": "https://api.kexp.org/v2/plays/3412532/?format=api",
    "airdate": "2024-10-14T12:38:42-07:00",
    "show": 61575,
    "show_uri": "https://api.kexp.org/v2/shows/61575/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ancestors Too Young",
    "track_id": null,
    "recording_id": "875da36f-687c-4e23-813c-33cd70ab45c1",
    "artist": "Jeremy Dutcher",
    "artist_ids": [
        "ee05ddc7-8664-44b0-8d73-f92ea5323b0a"
    ],
    "album": "Motewolonuwok",
    "release_id": null,
    "release_group_id": "8e0048f8-c426-4309-a2ca-7b5c50e5fe2d",
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2023-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolastoqiyik\n--\nJeremy Dutcher is a Two-Spirit song carrier, composer, activist, ethnomusicologist and Wolastoqiyik (Maliseet) member of Neqotkuk (Tobique First Nation) in Eastern Canada. He gained international acclaim for his debut album Wolastoqiyik Lintuwakonawa (for which he won the prestigious Polaris Music Prize), which saw him performing with archival recordings of his Wolastoq ancestors. His musical style blends the songs of his community with neoclassical, jazz, and pop influences. https://jeremydutcher1.bandcamp.com/ https://jeremydutcher.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}