Information about plays

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

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

{
    "id": 346643,
    "uri": "https://api.kexp.org/v2/plays/346643/?format=api",
    "airdate": "2019-06-26T18:36:00-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Denomination Blues, Part 1",
    "track_id": "3cf6de06-e715-3bfb-99d6-e53038733453",
    "recording_id": null,
    "artist": "Washington Phillips",
    "artist_ids": [
        "18cd84e2-393a-491a-9f87-12928d4dada0"
    ],
    "album": "Denomination Blues",
    "release_id": "ff51c0c0-4fba-43b5-9261-e3b5e195e155",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1927-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}