Information about plays

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

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

{
    "id": 379519,
    "uri": "https://api.kexp.org/v2/plays/379519/?format=api",
    "airdate": "2019-09-11T10:54:08-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/0a7dd30c-ab7e-4a94-9607-00f02f4115be/13175183124-250.jpg",
    "thumbnail_uri": "",
    "song": "Lime Habit",
    "track_id": "8712e59e-5d94-4e72-873e-02b8a894ad85",
    "recording_id": null,
    "artist": "Poliça",
    "artist_ids": [
        "9357482a-9517-456e-b949-e7370e926034"
    ],
    "album": "United Crushers",
    "release_id": "0a7dd30c-ab7e-4a94-9607-00f02f4115be",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2016-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "POLIÇA hails from Minneapolis, MN, and formed in 2011. POLIÇA means \"policy\" in Polish, and refers to an invisible force that guides the band. Check out their live KEXP in-studio here:   https://bit.ly/2kuXUg5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}