Information about plays

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

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

{
    "id": 345203,
    "uri": "https://api.kexp.org/v2/plays/345203/?format=api",
    "airdate": "2019-06-23T15:18:00-07:00",
    "show": 5756,
    "show_uri": "https://api.kexp.org/v2/shows/5756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feeling for You",
    "track_id": "65622cb2-8430-380b-b0cf-cb5c433b1ec9",
    "recording_id": null,
    "artist": "Cassius",
    "artist_ids": [
        "256160e8-37fd-4f8c-a3ef-530ebbaa4b3d"
    ],
    "album": "1999",
    "release_id": "08993fe1-4972-3f87-9a1d-12b8f4d42e13",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [],
    "release_date": "1999-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philippe of Cassius died last week.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}