Information about plays

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

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

{
    "id": 346674,
    "uri": "https://api.kexp.org/v2/plays/346674/?format=api",
    "airdate": "2019-06-26T20:21:43-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Bless' the Child",
    "track_id": "bde6e070-9146-3dbf-9e96-dece0a8bd7a9",
    "recording_id": null,
    "artist": "The Loading Zone",
    "artist_ids": [
        "fdde1882-8ee8-456f-890e-40ded522c357"
    ],
    "album": "The Loading Zone",
    "release_id": "319db527-5f7b-4cf9-87d8-e70d8addfdd1",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This band formed in California in 1966, vocalist Linda Tillery joined the band the following year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}