Information about plays

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

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

{
    "id": 378915,
    "uri": "https://api.kexp.org/v2/plays/378915/?format=api",
    "airdate": "2019-09-10T00:00:02-07:00",
    "show": 6308,
    "show_uri": "https://api.kexp.org/v2/shows/6308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Day Dream",
    "track_id": "2cc1e757-57fb-4a5d-a654-468782b69ed0",
    "recording_id": null,
    "artist": "Bryony Jarman-Pinto",
    "artist_ids": [
        "49a4d0b3-6bc2-476d-af89-37856da250c3"
    ],
    "album": "Cage & Aviary",
    "release_id": "ee8cd5fe-c2a1-4398-9980-cf4825455e56",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This London artist’s debut album is a promising set of breezy R&B inflected with jazz and Afropop, combining a warm, lively sound with lyrics blending the personal with the political.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}