Information about plays

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

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

{
    "id": 350279,
    "uri": "https://api.kexp.org/v2/plays/350279/?format=api",
    "airdate": "2019-07-05T02:17:00-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Before the Wall",
    "track_id": "aaf5eeae-b33f-49fe-9018-0898ba36803f",
    "recording_id": null,
    "artist": "Kyle Craft",
    "artist_ids": [
        "a1221205-1526-4474-9f10-caa822779fe2"
    ],
    "album": "Before the Wall",
    "release_id": "323c550d-091b-49e2-9a3c-8b6fbe881fe8",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2016-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Live on KEXP on Friday, July 12th at Noon, later that night at Easy Street Records for a free in store and then Ballard Seafood Fest the next day, Saturday, July 13th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}