Information about plays

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

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

{
    "id": 347008,
    "uri": "https://api.kexp.org/v2/plays/347008/?format=api",
    "airdate": "2019-06-27T14:53:48-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/f49f9b57-9ed8-450a-92b0-b68cb8dafa41/8541664027-250.jpg",
    "thumbnail_uri": "",
    "song": "Hot and Cold",
    "track_id": "901563ba-f227-4a7c-b89b-f029e0da8303",
    "recording_id": null,
    "artist": "Ex Hex",
    "artist_ids": [
        "2f64e1fd-44b3-44f1-a586-b9916966b39f"
    ],
    "album": "Rips",
    "release_id": "f49f9b57-9ed8-450a-92b0-b68cb8dafa41",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2014-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ex Hex is a power trio hailing from Washington, DC, making the music you’ve been waiting for. Drums, bass, guitar, P90s, searing leads—this is unapologetic rock ’n’ roll spat out in the discipline’s mother tongue.<br/><br/> https://exhexband.bandcamp.com/album/rips",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}