Information about plays

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

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

{
    "id": 2681191,
    "uri": "https://api.kexp.org/v2/plays/2681191/?format=api",
    "airdate": "2020-01-02T10:34:00-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ikaro",
    "track_id": "bb5cf088-c37c-4744-893a-428abb444cfd",
    "recording_id": null,
    "artist": "Paax",
    "artist_ids": [
        "82a8302f-f55a-4100-930d-a7bf4575b602"
    ],
    "album": "Sera El Sol",
    "release_id": "13d25fed-ac9c-42d9-a719-0298bb24314c",
    "release_group_id": null,
    "labels": [
        "Lump Records"
    ],
    "label_ids": [],
    "release_date": "2018-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song, \"Ikaro\" from LAPALUX is a rad combination between English record producer Stuart Howard and Icelandic singer, Jófríður Ákadóttir who is also known for her solo project JFDR as well as her work with Samaris, Pascal Pinon to name a few. <b>Check out JDFR's KEXP session here: https://bit.ly/35nHLdL</b>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}