Information about plays

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

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

{
    "id": 350083,
    "uri": "https://api.kexp.org/v2/plays/350083/?format=api",
    "airdate": "2019-07-04T15:35:11-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/b33470ea-5c18-4b16-bedd-bdc8028548e9/6381788283-250.jpg",
    "thumbnail_uri": "",
    "song": "President Gas",
    "track_id": "a50c31f0-86f7-3195-8037-27d7d97aebbb",
    "recording_id": null,
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Should God Forget: A Retrospective",
    "release_id": "b33470ea-5c18-4b16-bedd-bdc8028548e9",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}