Information about plays

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

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

{
    "id": 355980,
    "uri": "https://api.kexp.org/v2/plays/355980/?format=api",
    "airdate": "2019-07-18T09:08:53-07:00",
    "show": 5931,
    "show_uri": "https://api.kexp.org/v2/shows/5931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pool Party",
    "track_id": "c46de294-ccbd-45bf-a57b-d30a9fe82cff",
    "recording_id": null,
    "artist": "Rudy Willingham",
    "artist_ids": [
        "2ade52c8-bb0d-469a-ad97-030c90dcb414"
    ],
    "album": "Pool Party",
    "release_id": "588daa9c-dfb7-4310-b13e-6a8949d746aa",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Our Song of the Day on February 22nd! Check it here: https://www.kexp.org/podcasts/song-of-the-day/2019/2/22/rudy-willingham-pool-party/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}