Information about plays

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

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

{
    "id": 354423,
    "uri": "https://api.kexp.org/v2/plays/354423/?format=api",
    "airdate": "2019-07-14T20:42:00-07:00",
    "show": 5908,
    "show_uri": "https://api.kexp.org/v2/shows/5908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Our Way to Tomorrow",
    "track_id": "e3a6242e-c12b-3cdb-a710-7d5c6055b4fe",
    "recording_id": null,
    "artist": "Seguida",
    "artist_ids": [
        "7c544f25-365f-4b52-9219-efb07c8c5d04"
    ],
    "album": "Seguida",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}