Information about plays

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

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

{
    "id": 382372,
    "uri": "https://api.kexp.org/v2/plays/382372/?format=api",
    "airdate": "2019-09-18T06:05:53-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Woke Up to the Light",
    "track_id": "51905354-9bad-4b0c-9720-bad3b127cc9d",
    "recording_id": null,
    "artist": "Strand of Oaks",
    "artist_ids": [
        "0efbd9d6-4c5b-48e5-b7ff-d61e0969893a"
    ],
    "album": "Heal",
    "release_id": "47194f22-00b9-47d1-a424-c7cc21b996ea",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2014-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Strand Of Oaks performed live in the KEXP studio in 2017. Here's the full performance: https://www.youtube.com/watch?v=dvbyJ63lV7E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}