Information about plays

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

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

{
    "id": 378883,
    "uri": "https://api.kexp.org/v2/plays/378883/?format=api",
    "airdate": "2019-09-09T21:27:00-07:00",
    "show": 6308,
    "show_uri": "https://api.kexp.org/v2/shows/6308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know You Like It",
    "track_id": "ca80e7fd-4dbb-4a7d-8fb5-9b00262a69ac",
    "recording_id": null,
    "artist": "Shinichiro Yokota",
    "artist_ids": [],
    "album": "I Know You Like It",
    "release_id": "b945eb02-2c95-4d8d-ab62-dac463acc559",
    "release_group_id": null,
    "labels": [
        "Far East Recording"
    ],
    "label_ids": [],
    "release_date": "2019-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second solo full-length from this veteran Japanese electronic producer. Bright, carefree, 90s steeped house grooves with a Japanese City Pop vibe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}