Information about plays

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

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

{
    "id": 347844,
    "uri": "https://api.kexp.org/v2/plays/347844/?format=api",
    "airdate": "2019-06-29T13:24:58-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "http://coverartarchive.org/release/91e26beb-3307-4f6e-8e85-7c7bf8f1df48/16456655110-250.jpg",
    "thumbnail_uri": "",
    "song": "Currency",
    "track_id": "cc684530-5145-46f1-9dbd-a7175bdef1ae",
    "recording_id": null,
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Death Song",
    "release_id": "91e26beb-3307-4f6e-8e85-7c7bf8f1df48",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2017-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Austin, TX band took their name from the Velvet Underground song \"The Black Angel's Death Song\". Here is a Live Video from The Black Angels's KEXP VIP Club performance at The Triple Door, in 2013: https://www.youtube.com/watch?v=T_bE3QII8qk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}