Information about plays

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

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

{
    "id": 374237,
    "uri": "https://api.kexp.org/v2/plays/374237/?format=api",
    "airdate": "2019-08-30T00:31:56-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "http://coverartarchive.org/release/e4b8f941-e0ad-4b73-9248-49dd4863db1f/14384206712-250.jpg",
    "thumbnail_uri": "",
    "song": "False Dawn",
    "track_id": "a4db1d3c-6e2b-4933-a683-c4794a1d06e6",
    "recording_id": null,
    "artist": "The Album Leaf",
    "artist_ids": [
        "ffb18e19-64a4-4a65-b4ce-979e00c3c69d"
    ],
    "album": "Between Waves",
    "release_id": "e4b8f941-e0ad-4b73-9248-49dd4863db1f",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Between Waves is Leaf's sixth full length album, it whispers, minimalism and intimacy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}