Information about plays

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

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

{
    "id": 353312,
    "uri": "https://api.kexp.org/v2/plays/353312/?format=api",
    "airdate": "2019-07-12T03:17:15-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "http://coverartarchive.org/release/51dd929a-50fd-4046-8900-fe933b419c32/14150857969-250.jpg",
    "thumbnail_uri": "",
    "song": "To Love Somebody",
    "track_id": "43f4a34c-1dd0-42ce-9b24-f98e7a99f7e3",
    "recording_id": null,
    "artist": "Karl Blau",
    "artist_ids": [
        "688d2d9d-8f49-4187-b558-2c961c699ab1"
    ],
    "album": "Introducing Karl Blau",
    "release_id": "51dd929a-50fd-4046-8900-fe933b419c32",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bee Gees cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}