Information about plays

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

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

{
    "id": 343995,
    "uri": "https://api.kexp.org/v2/plays/343995/?format=api",
    "airdate": "2019-06-20T15:54:05-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "http://coverartarchive.org/release/e8101296-9ef3-457f-b2c4-56e014e4d3dc/11801463099-250.jpg",
    "thumbnail_uri": "",
    "song": "Pump It Up",
    "track_id": "816b00c0-6441-3100-b6a6-740991df94a6",
    "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": "\"This Year's Model\" was Elvis Costello's first album with The Attractions. Most of the songs had been performed live with them prior to the recording of the album. The recording at Eden Studios began at the end of 1977 and was completed in early 1978. The sessions took about eleven days.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}