Information about plays

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

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

{
    "id": 372457,
    "uri": "https://api.kexp.org/v2/plays/372457/?format=api",
    "airdate": "2019-08-26T06:51:56-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Far From Grace",
    "track_id": "b28edd5a-baed-4547-bbc6-c59a28ed3852",
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Sides",
    "release_id": "c9ebbe41-cfc2-4ab3-8ea3-3471f849b6b0",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2003-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another track from Matt's \"Midnight Calling\" mix - he explains that \"I made this mix for my best friend. We were both around 20 during the early 00's and this era of slower atmospheric leaning indie-rock really made an incredible impression on both of us.\" Doves have reunited to play a couple festivals in the UK this summer: https://www.dovesmusicblog.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}