Information about plays

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

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

{
    "id": 368793,
    "uri": "https://api.kexp.org/v2/plays/368793/?format=api",
    "airdate": "2019-08-17T19:16:00-07:00",
    "show": 6146,
    "show_uri": "https://api.kexp.org/v2/shows/6146/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vers_Us",
    "track_id": "e2b5d7b9-217f-43db-b5d8-aee561784eb1",
    "recording_id": null,
    "artist": "FCS North",
    "artist_ids": [
        "d30b41b8-06a9-40ef-801c-d66267edb10e"
    ],
    "album": "Alynyla",
    "release_id": "d7a37e7b-1c6a-4720-b6d8-55aae901f6ad",
    "release_group_id": null,
    "labels": [
        "Contact Records"
    ],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tribute set - RIP, Satisfact and FCS North Bassist Joshua Warren   https://www.thestranger.com/slog/2019/07/31/40909653/rip-satisfact-and-fcs-north-bassist-joshua-warren",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}