Information about plays

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

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

{
    "id": 370599,
    "uri": "https://api.kexp.org/v2/plays/370599/?format=api",
    "airdate": "2019-08-21T23:01:25-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Glow, Part 2",
    "track_id": "a90806dc-04a9-38bf-9485-f92705fa4a58",
    "recording_id": null,
    "artist": "The Microphones",
    "artist_ids": [
        "6f2f87e7-3ce9-4f1c-81dd-6f068a78cf26"
    ],
    "album": "The Glow, Part 2",
    "release_id": "9d00dcfb-42a8-32f6-a8f6-9d82602e1ce6",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2008-04-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}