Information about plays

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

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

{
    "id": 1396073,
    "uri": "https://api.kexp.org/v2/plays/1396073/?format=api",
    "airdate": "2008-07-10T21:26:40-07:00",
    "show": 24361,
    "show_uri": "https://api.kexp.org/v2/shows/24361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Patterns of Orion",
    "track_id": "cea7e41e-083a-42f1-97f0-936d978d7879",
    "recording_id": null,
    "artist": "Hypatia Lake",
    "artist_ids": [
        "13020055-d654-4984-99a9-4a9b4d2192bd"
    ],
    "album": "Angels and Demons, Space and Time",
    "release_id": "5daa17cf-2819-424c-85cc-cd7110c32b07",
    "release_group_id": null,
    "labels": [
        "None"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}