Information about plays

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

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

{
    "id": 343853,
    "uri": "https://api.kexp.org/v2/plays/343853/?format=api",
    "airdate": "2019-06-20T08:34:20-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lump",
    "track_id": "aa50a5fc-5ee0-4bf9-aea8-eb71c5ba3453",
    "recording_id": null,
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": "Wild and Wooly: The Northwest Rock Collection",
    "release_id": "e5eacc33-6db6-4342-a6ad-2c508eb476d7",
    "release_group_id": null,
    "labels": [
        "Experience Music Project"
    ],
    "label_ids": [
        "85f02891-2cc1-4661-8940-c7474b0593b9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The first music video for PUSA's \"Lump\" actually did take place in a \"boggy marsh\" - https://www.youtube.com/watch?v=_sj_U6vObUA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}