Information about plays

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

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

{
    "id": 355645,
    "uri": "https://api.kexp.org/v2/plays/355645/?format=api",
    "airdate": "2019-07-17T15:51:22-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/43cf4ad8-ad30-430d-83da-620452cdf3cd/22246025044-250.jpg",
    "thumbnail_uri": "",
    "song": "Fentanyl Freddy",
    "track_id": "59daae34-b21b-44f2-951c-83937e6edf7c",
    "recording_id": null,
    "artist": "A.A. Bondy",
    "artist_ids": [
        "ec531e36-150b-439b-9dcd-a6a01c36f44f"
    ],
    "album": "Enderness",
    "release_id": "43cf4ad8-ad30-430d-83da-620452cdf3cd",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A. A. Bondy will be playing at the Sunset Tavern on Friday July 26th. https://bit.ly/2JNsVUT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}