Information about plays

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

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

{
    "id": 350254,
    "uri": "https://api.kexp.org/v2/plays/350254/?format=api",
    "airdate": "2019-07-05T00:51:54-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/25da871f-ca88-4076-92d4-fe4161c361ba/16648365725-250.jpg",
    "thumbnail_uri": "",
    "song": "Star Roving",
    "track_id": "a9ebbfa2-79e1-4788-a612-b7bdd802cbc8",
    "recording_id": null,
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Slowdive",
    "release_id": "25da871f-ca88-4076-92d4-fe4161c361ba",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Slowdive performing live in the KEXP studio. Recorded October 25, 2017 https://www.youtube.com/watch?v=gwgq-IWtcPE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}