Information about plays

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

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

{
    "id": 353212,
    "uri": "https://api.kexp.org/v2/plays/353212/?format=api",
    "airdate": "2019-07-11T21:15:33-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/54f6769f-2253-4981-8bf7-143d370d3b11/23448400451-250.jpg",
    "thumbnail_uri": "",
    "song": "Do This",
    "track_id": "cb85743b-de6e-4225-815d-2dc95d39ed1c",
    "recording_id": null,
    "artist": "Holy Ghost!",
    "artist_ids": [
        "3c0d5463-6688-4f4a-8273-a191657d8084"
    ],
    "album": "Work",
    "release_id": "54f6769f-2253-4981-8bf7-143d370d3b11",
    "release_group_id": null,
    "labels": [
        "West End Records"
    ],
    "label_ids": [
        "df4f0d2b-deed-4d37-afcd-71d18d87544c"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American synth-pop duo Holy Ghost! are back in a big way with the release of their third studio album ‘Work’ following the brilliant ‘Dynamics’ LP release in 2013 and their self-titled release Holy Ghost!’ way back in 2011.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}