Information about plays

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

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

{
    "id": 379824,
    "uri": "https://api.kexp.org/v2/plays/379824/?format=api",
    "airdate": "2019-09-12T03:52:36-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yemayá",
    "track_id": null,
    "recording_id": null,
    "artist": "Daymé Arocena",
    "artist_ids": [],
    "album": "Sonocardiogram",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vibrant as always from the London-based Cuban singer! (\"A jazz-tipped record rooted in the rhythms of rumba, she draws on the island’s intertwined rituals of family, music and religion\") - https://daymearocena.bandcamp.com/album/sonocardiogram",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}