Information about plays

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

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

{
    "id": 379470,
    "uri": "https://api.kexp.org/v2/plays/379470/?format=api",
    "airdate": "2019-09-11T08:09:31-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/54d25015-9820-4982-bd8f-1810d8237473/8040874955-250.jpg",
    "thumbnail_uri": "",
    "song": "Come to the City",
    "track_id": "cec82b24-4700-31ab-8e0e-d15796860f80",
    "recording_id": null,
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "Slave Ambient",
    "release_id": "54d25015-9820-4982-bd8f-1810d8237473",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2011-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The War On Drugs performed live in the KEXP studio a couple of years ago. Here's the full performance: https://www.youtube.com/watch?v=IcxWyfGR-2A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}