Information about plays

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

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

{
    "id": 345159,
    "uri": "https://api.kexp.org/v2/plays/345159/?format=api",
    "airdate": "2019-06-23T12:36:48-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "http://coverartarchive.org/release/e6a18f13-169a-44e1-a007-bf10fa359d8b/18153299157-250.jpg",
    "thumbnail_uri": "",
    "song": "If You Fall",
    "track_id": "377b7afe-4592-430b-80b1-18cc7a5ab226",
    "recording_id": null,
    "artist": "Fotoform",
    "artist_ids": [
        "3a6d5180-a336-464b-824c-689c53ae57a4"
    ],
    "album": "Fotoform",
    "release_id": "e6a18f13-169a-44e1-a007-bf10fa359d8b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-04-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The self-titled debut album from Seattle's Fotoform was one of KEXP listeners' top 90.3 albums of 2017. https://www.facebook.com/fotoformmusic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}