Information about plays

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

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

{
    "id": 381673,
    "uri": "https://api.kexp.org/v2/plays/381673/?format=api",
    "airdate": "2019-09-16T17:46:13-07:00",
    "show": 6354,
    "show_uri": "https://api.kexp.org/v2/shows/6354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Diamonds, Fur Coat, Champagne",
    "track_id": "f0327796-2dfb-47fb-98f6-4c86b8b76714",
    "recording_id": null,
    "artist": "Suicide",
    "artist_ids": [
        "7a0f02e0-0ab8-4a62-9e14-c6925cfaed07"
    ],
    "album": "The Second Album + The First Rehearsal Tapes",
    "release_id": "9d8743da-7546-4340-8223-d4d858035722",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2000-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Ric Ocasek.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}