Information about plays

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

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

{
    "id": 374602,
    "uri": "https://api.kexp.org/v2/plays/374602/?format=api",
    "airdate": "2019-08-30T19:48:00-07:00",
    "show": 6232,
    "show_uri": "https://api.kexp.org/v2/shows/6232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Belong",
    "track_id": "a21f48a0-5018-35b7-b821-a84f708b538e",
    "recording_id": null,
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Hercules and Love Affair",
    "release_id": "93c7e5e5-923c-36e3-939e-ce43e9dd6b62",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [],
    "release_date": "2008-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.herculesandloveaffair.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}