Information about plays

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

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

{
    "id": 378580,
    "uri": "https://api.kexp.org/v2/plays/378580/?format=api",
    "airdate": "2019-09-09T03:42:52-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "http://coverartarchive.org/release/bf9c7fde-8c3e-4682-8c07-c3be19b1e620/16188209430-250.jpg",
    "thumbnail_uri": "",
    "song": "Paint Me Silver",
    "track_id": "0b14195d-cc77-414f-9e62-e1431465b7e5",
    "recording_id": null,
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "The Weather",
    "release_id": "bf9c7fde-8c3e-4682-8c07-c3be19b1e620",
    "release_group_id": null,
    "labels": [
        "Marathon Artists"
    ],
    "label_ids": [
        "1233e5e0-9e19-4ee6-9cab-a8e17ddb4ff4"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "perth australia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}