Information about plays

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

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

{
    "id": 350081,
    "uri": "https://api.kexp.org/v2/plays/350081/?format=api",
    "airdate": "2019-07-04T15:30:16-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/573017b1-a1b6-355c-83a2-06cb344cd932/5052967860-250.jpg",
    "thumbnail_uri": "",
    "song": "I’m So Bored With the U.S.A.",
    "track_id": "e57063e5-71d4-384f-9dda-e62a835e7d7f",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "The Clash",
    "release_id": "573017b1-a1b6-355c-83a2-06cb344cd932",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}