Information about plays

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

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

{
    "id": 348631,
    "uri": "https://api.kexp.org/v2/plays/348631/?format=api",
    "airdate": "2019-07-01T12:47:57-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drink to Me, Babe, Then",
    "track_id": "e5a752c7-ecbd-331a-b528-76dfe7c63bba",
    "recording_id": null,
    "artist": "Carl Newman",
    "artist_ids": [
        "bb40af12-0dfd-4a53-bfe1-666a9e49dfb2"
    ],
    "album": "The Slow Wonder",
    "release_id": "ef0f1f8a-ab8b-48b7-b3e3-ac3eecf0b7e4",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2004-06-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver, BC and of Superconductor, Zumpano and The New Pornographers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}