Information about plays

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

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

{
    "id": 3412520,
    "uri": "https://api.kexp.org/v2/plays/3412520/?format=api",
    "airdate": "2024-10-14T11:51:01-07:00",
    "show": 61575,
    "show_uri": "https://api.kexp.org/v2/shows/61575/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seeing Two",
    "track_id": null,
    "recording_id": "7b8b5c1a-169b-4fce-9eb8-e41deb07df1b",
    "artist": "Deerlady",
    "artist_ids": [
        "0fde546b-a3dc-4d71-b24d-e24f51c24490"
    ],
    "album": "Greatest Hits",
    "release_id": null,
    "release_group_id": "ae159f4b-3717-4042-a45b-42411b6d73ee",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Odanak first nation\n--\nThe duo Deerlady (Mali Obomsawin and Magdalena Abrego) released ‘Greatest Hits’ early this year, describing it as a collection of songs about intimacy under colonialism. On Bandcamp, the album is accompanied by this poem:\n\"worlds shatter and reconstitute\nmelt, bloom\ntremor, transform\nand we witness the softness emerging\nand we witness the hope flowering\nlichens on a bedrock of survival\"\nhttps://mali-obomsawin.bandcamp.com/album/greatest-hits",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}