Information about plays

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

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

{
    "id": 2678424,
    "uri": "https://api.kexp.org/v2/plays/2678424/?format=api",
    "airdate": "2019-12-26T15:35:00-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ancestral Recall",
    "track_id": null,
    "recording_id": null,
    "artist": "Christian Scott",
    "artist_ids": [
        "29b9d080-7de7-4608-8a50-57274a611bdd"
    ],
    "album": "Ancestral Recall",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stretch Music"
    ],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Christian Scott aTunde Adjuah sets the tone for his new project - Ancestral Recall - with this powerful statement. In his mission to unify cultural voices and tear down the sonic and social constructs that separate based on race, class, and culture, Adjuah asserts music has historically been disseminated to people with harmony and melody prioritized over rhythm. https://christianscott.bandcamp.com/album/ancestral-recall",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}