Information about plays

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

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

{
    "id": 354684,
    "uri": "https://api.kexp.org/v2/plays/354684/?format=api",
    "airdate": "2019-07-15T12:50:00-07:00",
    "show": 5913,
    "show_uri": "https://api.kexp.org/v2/shows/5913/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give the People What They Want",
    "track_id": "bc936a33-fb15-3c61-b756-eca141421c7c",
    "recording_id": null,
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "Anthology",
    "release_id": "ca771076-b097-403f-a323-376eae46d19f",
    "release_group_id": null,
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [],
    "release_date": "2003-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}