Information about plays

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

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

{
    "id": 2670945,
    "uri": "https://api.kexp.org/v2/plays/2670945/?format=api",
    "airdate": "2019-12-09T10:47:12-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Destroy Everything You Touch",
    "track_id": "458a9b15-37f7-4e3b-a264-61296331270e",
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Witching Hour",
    "release_id": "029d991d-0db8-40b2-8f7f-02aa3df7bb9a",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ladytron will air a kexp in studio  session Monday, December 16th at 3:00 PM (BROADCAST ONLY) <br><br> Ladytron in Seattle! Thursday the 12th of December at the Neptune",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}