Information about plays

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

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

{
    "id": 348043,
    "uri": "https://api.kexp.org/v2/plays/348043/?format=api",
    "airdate": "2019-06-30T01:52:00-07:00",
    "show": 5799,
    "show_uri": "https://api.kexp.org/v2/shows/5799/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You've Got Another Thing Comin'",
    "track_id": "d86a110c-c30f-3175-9e36-2f619af4409d",
    "recording_id": null,
    "artist": "Judas Priest",
    "artist_ids": [
        "6b335658-22c8-485d-93de-0bc29a1d0349"
    ],
    "album": "Screaming for Vengeance",
    "release_id": "6b788a9c-ddea-41a1-be37-8767714b2f67",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": "1982-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}