Information about plays

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

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

{
    "id": 351359,
    "uri": "https://api.kexp.org/v2/plays/351359/?format=api",
    "airdate": "2019-07-07T15:29:11-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/356b420d-254d-4ff0-973d-bc8d0f492e6a/19101569746-250.jpg",
    "thumbnail_uri": "",
    "song": "Lights and Music",
    "track_id": "417189e0-647a-3b89-afd3-da98097a2da1",
    "recording_id": null,
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "In Ghost Colours",
    "release_id": "356b420d-254d-4ff0-973d-bc8d0f492e6a",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I want to live in this music video: https://www.youtube.com/watch?v=8R1X2TxW5Rk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}