Information about plays

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

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

{
    "id": 375288,
    "uri": "https://api.kexp.org/v2/plays/375288/?format=api",
    "airdate": "2019-09-01T15:30:13-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/ca9d638c-a285-4a51-98d5-cef9c47b3561/16272598158-250.jpg",
    "thumbnail_uri": "",
    "song": "Dead Alive",
    "track_id": "6b645eaf-6d42-4e3f-a170-dab07fbf8670",
    "recording_id": null,
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Heartworms",
    "release_id": "ca9d638c-a285-4a51-98d5-cef9c47b3561",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-03-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}