Information about plays

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

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

{
    "id": 440071,
    "uri": "https://api.kexp.org/v2/plays/440071/?format=api",
    "airdate": "2001-06-30T04:30:00-07:00",
    "show": 7418,
    "show_uri": "https://api.kexp.org/v2/shows/7418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monotone",
    "track_id": "52ea863b-060a-498d-aa80-a608284ed1e5",
    "recording_id": null,
    "artist": "Sofa",
    "artist_ids": [
        "847e3541-e902-49b8-b4e2-29e16dc08410"
    ],
    "album": "Grey",
    "release_id": "1e5bcc53-cd4b-4d7b-b67f-c158b6078c4d",
    "release_group_id": null,
    "labels": [
        "Constellation"
    ],
    "label_ids": [
        "3496ee09-46bf-4bfd-92f1-38593e24d987"
    ],
    "release_date": "1997-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}