Information about plays

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

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

{
    "id": 377389,
    "uri": "https://api.kexp.org/v2/plays/377389/?format=api",
    "airdate": "2019-09-06T08:11:42-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rocket Fuel",
    "track_id": "4aaff03c-c072-4f56-b2d2-8284af71c627",
    "recording_id": null,
    "artist": "DJ Shadow feat. De La Soul",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Rocket Fuel",
    "release_id": "63a1719a-7a5f-43a0-b43a-4d47ba79740c",
    "release_group_id": null,
    "labels": [
        "Mass Appeal Records"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2019-07-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the first new studio music that the producer and DJ has released since his 2017 EP The Mountain Has Fallen, which was the appropriately titled sequel to his 2016 full-length The Mountain Will Fall. “Rocket Fuel” will also be included on an upcoming playlist for the Madden NFL 20 video game.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}