Information about plays

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

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

{
    "id": 356168,
    "uri": "https://api.kexp.org/v2/plays/356168/?format=api",
    "airdate": "2019-07-18T19:42:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Even Woke Me Up to Say Goodbye",
    "track_id": "e2623ac8-43e8-49ad-8662-b57935651461",
    "recording_id": null,
    "artist": "Jerry Lee Lewis",
    "artist_ids": [
        "b59ac58d-036e-4bba-8112-c32a34c4575b"
    ],
    "album": "She Even Woke Me Up to Say Goodbye",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Smash Records"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1970, written by Mickey Newbury",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}