Information about plays

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

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

{
    "id": 2678449,
    "uri": "https://api.kexp.org/v2/plays/2678449/?format=api",
    "airdate": "2019-12-26T17:06:08-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alento (Tejo remix)",
    "track_id": "0b0a38e2-5e3f-4585-8f1c-28185478a67d",
    "recording_id": null,
    "artist": "Luísa Maita",
    "artist_ids": [
        "cf3c177a-c41c-4935-a32f-c2bfae2c90ef"
    ],
    "album": "Maita Remixed",
    "release_id": "6cdb7b05-9324-499b-baee-5a0d86ab8bed",
    "release_group_id": null,
    "labels": [
        "Cumbancha Discovery"
    ],
    "label_ids": [
        "9610d01b-d913-4242-90a4-9fb650861550"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Brazil, Luísa is heavily influenced by the cool jazz of Billie Holiday and Chet Baker. After the release in US, NPR’s All Things Considered said that Luísa is “The New Voice of Brazil.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}