Information about plays

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

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

{
    "id": 3415379,
    "uri": "https://api.kexp.org/v2/plays/3415379/?format=api",
    "airdate": "2024-10-21T03:50:25-07:00",
    "show": 61633,
    "show_uri": "https://api.kexp.org/v2/shows/61633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Siwash Rock",
    "track_id": null,
    "recording_id": "65b9d096-7535-44e3-a2b1-6fb5c7d31712",
    "artist": "Gordon Dick",
    "artist_ids": [
        "43f7de3a-bd09-424f-b299-863b7f8726ff"
    ],
    "album": "Native North America, Vol. 1: Aboriginal Folk, Rock, and Country 1966–1985",
    "release_id": null,
    "release_group_id": "f21f246a-029d-4ab7-bb51-5b891163d360",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2014-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request on Indigenous Peoples' Day from Joel in Quilcene\n\nBorn in Mount Currie, B.C. ; this song live in 2017: https://youtu.be/aeUKX1DlCus ; powerful compilation of largely unheard music by North American Aboriginal artists, nominated for a Grammy ; http://lightintheattic.net/releases/1332-native-north-america-vol-1-aboriginal-folk-rock-and-country-1966-1985",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}