Information about plays

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

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

{
    "id": 345868,
    "uri": "https://api.kexp.org/v2/plays/345868/?format=api",
    "airdate": "2019-06-25T07:40:21-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Division",
    "track_id": "6abbf7d5-9201-48df-af8c-664501ec21cd",
    "recording_id": null,
    "artist": "Drab Majesty",
    "artist_ids": [
        "284befc2-ac10-47bd-8ac0-c6d2c961ca3f"
    ],
    "album": "Modern Mirror",
    "release_id": "a2ddb6ff-7bc9-472b-bedb-65eb4988c3a2",
    "release_group_id": null,
    "labels": [
        "Dais Records"
    ],
    "label_ids": [
        "ba3abcfa-1808-41d6-8b8b-9bb06c0f772e"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drab Majesty is playing Neumos on August 26th.  Tickets & info: https://bit.ly/2Lfv2Dm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}