Information about plays

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

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

{
    "id": 377129,
    "uri": "https://api.kexp.org/v2/plays/377129/?format=api",
    "airdate": "2019-09-05T17:40:05-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Almost It",
    "track_id": "10a9e0d7-36fe-4c10-96c3-7ebd7b6e553a",
    "recording_id": null,
    "artist": "Sacred Paws",
    "artist_ids": [
        "3fcf427b-71b5-49fd-8178-75bb9c4d0505"
    ],
    "album": "Run Around the Sun",
    "release_id": "9bc22936-4ad3-4985-a3e1-784d54200b80",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sacred Paws were born from the ashes of Rachel Aggs (vocals, guitar) and Eilidh Rodgers (vocals, drums) previous indie pop group Golden Grrrls. Despite Aggs living in London and Rodgers in Glasgow they set about recording their debut EP after signing to the Mogwai-owned label Rock Action. They released a 6-track EP, Six Songs, in 2015, followed by a single, \"Everyday\" in 2016 <br/><br/> On 20 March 2019 the band announced their next album Run Around the Sun, which was released on May 31st",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}