Information about plays

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

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

{
    "id": 346532,
    "uri": "https://api.kexp.org/v2/plays/346532/?format=api",
    "airdate": "2019-06-26T15:24:06-07:00",
    "show": 5775,
    "show_uri": "https://api.kexp.org/v2/shows/5775/?format=api",
    "image_uri": "http://coverartarchive.org/release/92648a5a-23d5-4ea4-8276-ef0d81aaf16b/4838892552-250.jpg",
    "thumbnail_uri": "",
    "song": "Letter From an Occupant",
    "track_id": "58c8fa77-b2fd-3147-90ff-1b189d6d2ee2",
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Mass Romantic",
    "release_id": "92648a5a-23d5-4ea4-8276-ef0d81aaf16b",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2003-10-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The New Pornographers just announced a North American tour starting this September.  So far no PNW dates though. https://www.thenewpornographers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}