Information about plays

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

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

{
    "id": 2676664,
    "uri": "https://api.kexp.org/v2/plays/2676664/?format=api",
    "airdate": "2019-12-22T06:58:00-08:00",
    "show": 46200,
    "show_uri": "https://api.kexp.org/v2/shows/46200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Restless (Anne Garner Rework)",
    "track_id": null,
    "recording_id": null,
    "artist": "Neotropic",
    "artist_ids": [],
    "album": "Slowcraft Presents: The Muse 14​.​12​.​19",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slowcraft Records"
    ],
    "label_ids": [],
    "release_date": "2019-12-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken from a new collaborative release between Anne Garner and Neotropic that finds them reworking tracks from each other's Slowcraft albums and providing alternate mixes of their original pieces for this EP ~ https://slowcraft.bandcamp.com/album/slowcraft-presents-the-muse-141219",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}