Information about plays

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

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

{
    "id": 423592,
    "uri": "https://api.kexp.org/v2/plays/423592/?format=api",
    "airdate": "2001-05-11T21:30:00-07:00",
    "show": 7099,
    "show_uri": "https://api.kexp.org/v2/shows/7099/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Blue Set",
    "track_id": "1402f155-0f2b-46e7-a3a0-31fd78416d49",
    "recording_id": null,
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "The Singles 1960-1982 (disc 2)",
    "release_id": "675407dc-eef0-478f-bb44-a606ccba90b1",
    "release_group_id": null,
    "labels": [
        "Evidence"
    ],
    "label_ids": [
        "55f4572a-71b5-435e-bfee-8e10fa344089"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}