Information about plays

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

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

{
    "id": 355187,
    "uri": "https://api.kexp.org/v2/plays/355187/?format=api",
    "airdate": "2019-07-16T18:28:13-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "OMG",
    "track_id": "7ee5d9c9-ac8e-45a1-8c6b-7ffd82c15db1",
    "recording_id": null,
    "artist": "Sampa the Great",
    "artist_ids": [
        "9d79c790-9897-464e-aef0-db5bd3290f00"
    ],
    "album": "The Return",
    "release_id": "101e0620-0aab-4897-94da-3e18e334b171",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Return (out September 13), a 19 track body of work that blends Sampa's love of classic hip hop with South African musical traditions as she explores big questions around home, displacement, freedom and being seen as an outsider while simultaneously hailed as rap's next big thing. https://sampathegreat.bandcamp.com/album/final-form",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}