Information about plays

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

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

{
    "id": 383099,
    "uri": "https://api.kexp.org/v2/plays/383099/?format=api",
    "airdate": "2019-09-19T19:12:00-07:00",
    "show": 6373,
    "show_uri": "https://api.kexp.org/v2/shows/6373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven's Just a Sin Away",
    "track_id": "604346b0-6338-3d11-888a-1cfbd0c6e080",
    "recording_id": null,
    "artist": "The Kendalls",
    "artist_ids": [
        "05fa6a93-6571-478e-8f7e-b7cda184d812"
    ],
    "album": "Heaven's Just a Sin Away",
    "release_id": "bd2c47b0-91c1-4154-84aa-9fcf8e83b959",
    "release_group_id": null,
    "labels": [
        "Ovation Records"
    ],
    "label_ids": [
        "765c7176-655d-4928-935f-e3d201b6a3a6"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1976",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}