Information about plays

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

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

{
    "id": 356894,
    "uri": "https://api.kexp.org/v2/plays/356894/?format=api",
    "airdate": "2019-07-20T14:39:00-07:00",
    "show": 5946,
    "show_uri": "https://api.kexp.org/v2/shows/5946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart Is Strange",
    "track_id": "90cf4a80-5342-3774-b543-6383efcfabb2",
    "recording_id": null,
    "artist": "School of Seven Bells",
    "artist_ids": [
        "57843aed-c1c1-4f45-9859-478dd999bc18"
    ],
    "album": "Disconnect From Desire",
    "release_id": "36a14d36-f4b7-3564-b831-8aa0f7a96d49",
    "release_group_id": null,
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2010-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}