Information about plays

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

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

{
    "id": 381496,
    "uri": "https://api.kexp.org/v2/plays/381496/?format=api",
    "airdate": "2019-09-16T06:23:31-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "http://coverartarchive.org/release/a58b1217-3169-4339-a8af-85c2c4e7db3a/5040950455-250.jpg",
    "thumbnail_uri": "",
    "song": "On the Low",
    "track_id": "a8a89c9c-a768-3b9f-ba7e-26cc1b1fe19b",
    "recording_id": null,
    "artist": "Hope Sandoval & the Warm Inventions",
    "artist_ids": [
        "23f527e1-74ae-4f7c-94f3-4a5d5f379c51"
    ],
    "album": "Bavarian Fruit Bread",
    "release_id": "a58b1217-3169-4339-a8af-85c2c4e7db3a",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the 2001 debut of Hope Sandoval from Mazzy Star and Colm Ó Cíosóig of My Bloody Valentine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}