Information about plays

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

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

{
    "id": 373958,
    "uri": "https://api.kexp.org/v2/plays/373958/?format=api",
    "airdate": "2019-08-29T11:34:36-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Return of the Grievous Angel (remix)",
    "track_id": "ab5506aa-a43b-36c3-be9b-13dbf19ef3f1",
    "recording_id": null,
    "artist": "Gram Parsons",
    "artist_ids": [
        "cbc83fb1-2c23-4ad1-9187-594b30da3f21"
    ],
    "album": "Sacred Hearts & Fallen Angels: The Gram Parsons Anthology",
    "release_id": "f1a43a52-cb66-40ab-ac8c-83e0ab181704",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Adam's \"Movin' (Mid)Wes' Pt. II\" mix here on Mixtape Week: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}