Information about plays

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

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

{
    "id": 352339,
    "uri": "https://api.kexp.org/v2/plays/352339/?format=api",
    "airdate": "2019-07-09T23:40:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Apple Juice Kissing",
    "track_id": "e1c86926-cf7b-3e83-bfd2-6e171b472cbd",
    "recording_id": null,
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "Dewdrops in the Garden",
    "release_id": "2e9afa12-6ad9-4a18-ab37-4d2615fd9a2b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1994-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}