Information about plays

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

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

{
    "id": 354954,
    "uri": "https://api.kexp.org/v2/plays/354954/?format=api",
    "airdate": "2019-07-16T05:20:20-07:00",
    "show": 5918,
    "show_uri": "https://api.kexp.org/v2/shows/5918/?format=api",
    "image_uri": "http://coverartarchive.org/release/e8101296-9ef3-457f-b2c4-56e014e4d3dc/11801463099-250.jpg",
    "thumbnail_uri": "",
    "song": "(I Don’t Want to Go to) Chelsea",
    "track_id": "83837382-97ae-3ec2-a9da-08eb771a5291",
    "recording_id": null,
    "artist": "Elvis Costello",
    "artist_ids": [
        "8a338e06-d182-46f2-bd16-30a09bc840ba"
    ],
    "album": "This Year’s Model",
    "release_id": "e8101296-9ef3-457f-b2c4-56e014e4d3dc",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}