Information about plays

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

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

{
    "id": 3413908,
    "uri": "https://api.kexp.org/v2/plays/3413908/?format=api",
    "airdate": "2024-10-17T12:46:56-07:00",
    "show": 61599,
    "show_uri": "https://api.kexp.org/v2/shows/61599/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Over Money",
    "track_id": null,
    "recording_id": null,
    "artist": "Gord Downie",
    "artist_ids": [
        "291eb640-aa58-45e9-a8cb-069d58644b2b"
    ],
    "album": "Introduce Yerself",
    "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": "This album was released shortly before Downie’s passing and is deeply personal, with each song dedicated to someone significant in his life. “Love Over Money” reflects Downie’s heartfelt connection to his bandmates in The Tragically Hip, emphasizing the bonds they shared over the years.\n\nThe album was produced by Kevin Drew of Broken Social Scene.\n\nhttps://gorddownie.bandcamp.com/album/introduce-yerself",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}