Information about plays

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

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

{
    "id": 344344,
    "uri": "https://api.kexp.org/v2/plays/344344/?format=api",
    "airdate": "2019-06-21T14:09:51-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "http://coverartarchive.org/release/5494abde-9aae-472a-bce5-72931cbfbad2/8314007591-250.jpg",
    "thumbnail_uri": "",
    "song": "I Am the Resurrection",
    "track_id": "b3e95590-37f1-47d0-941f-ea5a1cb555ea",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Very Best of the Stone Roses",
    "release_id": "5494abde-9aae-472a-bce5-72931cbfbad2",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "2002-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Am The Resurrection\" is the final song on The Stone Roses' 1989 self-titled debut album. Originally, the 12\" exclusively contained the 8:13 long \"Extended 16:9 Ratio Club Mix\". Other versions were considerably shorter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}