Information about plays

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

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

{
    "id": 355790,
    "uri": "https://api.kexp.org/v2/plays/355790/?format=api",
    "airdate": "2019-07-18T00:36:57-07:00",
    "show": 5928,
    "show_uri": "https://api.kexp.org/v2/shows/5928/?format=api",
    "image_uri": "http://coverartarchive.org/release/a8d724e0-feca-4ab0-808d-4fb22a7cee9d/11801448384-250.jpg",
    "thumbnail_uri": "",
    "song": "Welcome to the Working Week",
    "track_id": "2e62a601-a82b-38b9-b257-f70e79143a97",
    "recording_id": null,
    "artist": "Elvis Costello",
    "artist_ids": [
        "8a338e06-d182-46f2-bd16-30a09bc840ba"
    ],
    "album": "My Aim Is True",
    "release_id": "a8d724e0-feca-4ab0-808d-4fb22a7cee9d",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}