Information about plays

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

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

{
    "id": 454298,
    "uri": "https://api.kexp.org/v2/plays/454298/?format=api",
    "airdate": "2001-08-10T18:03:20-07:00",
    "show": 7687,
    "show_uri": "https://api.kexp.org/v2/shows/7687/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take It Away, Leon",
    "track_id": "ca9a160b-829c-422f-9333-dc6bb23c0666",
    "recording_id": null,
    "artist": "Leon McAuliffe and His Western Swing Band",
    "artist_ids": [
        "0e018475-de13-481e-bdfd-a11f44ed4ccc"
    ],
    "album": "Okeh Western Swing",
    "release_id": "157e010a-ec8d-4111-8495-8649824ae8e9",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}