Information about plays

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

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

{
    "id": 2678854,
    "uri": "https://api.kexp.org/v2/plays/2678854/?format=api",
    "airdate": "2019-12-27T18:13:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flash Light",
    "track_id": "4a369cec-bb3e-43c3-b30c-f0a71797b2eb",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Give Up the Funk: The Best of Parliament",
    "release_id": "61b23397-9d6e-4b12-ae7b-ce45b92f644a",
    "release_group_id": null,
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lyrics \"Everybody's got a little light under the sun.\" KEXP exclusive interview with George Clinton and his long-time career. https://www.kexp.org/read/2018/12/11/george-clinton-reflects-impending-retirement-his-longtime-career-and-just-saying-funk-it/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}