Information about plays

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

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

{
    "id": 343294,
    "uri": "https://api.kexp.org/v2/plays/343294/?format=api",
    "airdate": "2019-06-19T03:59:00-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Pretend That We're Married",
    "track_id": "542ee957-a84f-4a1d-b914-3ad21dcdd866",
    "recording_id": null,
    "artist": "Low Cut High Tops",
    "artist_ids": [
        "8d880672-6554-4f3d-b157-aef541ca2c44"
    ],
    "album": "Eh, Whatever",
    "release_id": "da15d9de-e670-42e0-bb89-71d93abdc812",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2016-02-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Low Cut High Tops is the brainchild of 23 year-old Seattle-based musician/art school dropout David Burns. Instead of writing from experience, David’s lyrics are about things that he wishes he would have done",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}