Information about plays

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

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

{
    "id": 355311,
    "uri": "https://api.kexp.org/v2/plays/355311/?format=api",
    "airdate": "2019-07-16T23:35:45-07:00",
    "show": 5917,
    "show_uri": "https://api.kexp.org/v2/shows/5917/?format=api",
    "image_uri": "http://coverartarchive.org/release/5c7fce4b-53a2-4c89-b8e3-9ff22cd4a1f2/15155160689-250.jpg",
    "thumbnail_uri": "",
    "song": "All Night",
    "track_id": "dec0a302-4333-4968-82bc-192e31203e93",
    "recording_id": null,
    "artist": "Romare",
    "artist_ids": [
        "b014d579-b549-4b21-b90d-5264e0433988"
    ],
    "album": "Love Songs: Pt. Two",
    "release_id": "5c7fce4b-53a2-4c89-b8e3-9ff22cd4a1f2",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2016-11-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London-via-Paris producer Archie Fairhurst (aka Romare)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}