Information about plays

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

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

{
    "id": 350602,
    "uri": "https://api.kexp.org/v2/plays/350602/?format=api",
    "airdate": "2019-07-05T21:22:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Ride",
    "track_id": "afcc7990-04df-35ae-93d2-04b18ddbead5",
    "recording_id": null,
    "artist": "Dr. Dre",
    "artist_ids": [
        "5f6ab597-f57a-40da-be9e-adad48708203"
    ],
    "album": "The Chronic",
    "release_id": "539c733e-9ad3-30b0-ac21-4bfd27e5f6a3",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}