Information about plays

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

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

{
    "id": 374473,
    "uri": "https://api.kexp.org/v2/plays/374473/?format=api",
    "airdate": "2019-08-30T13:12:17-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/bdb3b35f-1a47-41e7-ad04-a555e2f12647/22600764954-250.jpg",
    "thumbnail_uri": "",
    "song": "You Do Something to Me",
    "track_id": "86bb8319-a7dc-362f-a01d-406893c799f3",
    "recording_id": null,
    "artist": "Paul Weller",
    "artist_ids": [
        "c4406045-e640-4cfe-8b88-4732cce314d4"
    ],
    "album": "Days of Speed",
    "release_id": "bdb3b35f-1a47-41e7-ad04-a555e2f12647",
    "release_group_id": null,
    "labels": [
        "Independiente"
    ],
    "label_ids": [
        "c2a486b0-9ba7-46cf-b3ef-79ba92ffb5b0"
    ],
    "release_date": "2001-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Paul Weller live on KEXP here: https://www.youtube.com/watch?v=dWlQRudD_5A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}