Information about plays

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

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

{
    "id": 354523,
    "uri": "https://api.kexp.org/v2/plays/354523/?format=api",
    "airdate": "2019-07-15T03:27:05-07:00",
    "show": 5911,
    "show_uri": "https://api.kexp.org/v2/shows/5911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Donnie Darko",
    "track_id": "f637ee03-b47d-4a2e-8ce3-91a53a90225e",
    "recording_id": null,
    "artist": "Let’s Eat Grandma",
    "artist_ids": [
        "4dc4935e-1d04-41f0-99aa-ec449b8c5fc7"
    ],
    "album": "I’m All Ears",
    "release_id": "da8a7325-1081-4557-bd6a-b591aa444ac3",
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2018-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}