Information about plays

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

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

{
    "id": 2675370,
    "uri": "https://api.kexp.org/v2/plays/2675370/?format=api",
    "airdate": "2019-12-19T12:46:57-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/c56de348-d34b-4b07-8de3-9d61fcacf4ed/6598973208-250.jpg",
    "thumbnail_uri": "",
    "song": "Naked",
    "track_id": "4b286e2e-f821-49d3-9506-bcb3bc4d855a",
    "recording_id": null,
    "artist": "Neneh Cherry",
    "artist_ids": [
        "527c65d1-9fdb-4482-8796-dde2980bd63a"
    ],
    "album": "Blank Project",
    "release_id": "c56de348-d34b-4b07-8de3-9d61fcacf4ed",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2014-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2014, <i>Blank Project</i> was Neneh Cherry's first album of solo music in 18 years. It was recorded and mixed over a 5-day period in Woodstock, NY. It was produced by Four Tet's Kieran Hebden and features a guest appearance by Robyn. <br> <br> Pitchfork review said: \"The unclassifiable singer's <i>Blank Project</i> isn’t a roaring, triumphant return to form. Instead, the Four Tet-produced record is understated to the extreme, a master class in the ways in which simple pleasures can become fascinatingly deep.\" https://bit.ly/2sJ3HlJ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}