Information about plays

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

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

{
    "id": 365854,
    "uri": "https://api.kexp.org/v2/plays/365854/?format=api",
    "airdate": "2019-08-11T04:53:00-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Nurse",
    "track_id": "ab638530-6d06-4969-9dbb-0f87eb06a2f2",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Night Nurse",
    "release_id": "d2032933-ae9d-4971-a877-9b31dcfba717",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}