Information about plays

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

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

{
    "id": 1364676,
    "uri": "https://api.kexp.org/v2/plays/1364676/?format=api",
    "airdate": "2008-04-21T01:06:39-07:00",
    "show": 23829,
    "show_uri": "https://api.kexp.org/v2/shows/23829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bye Bye Blackbird",
    "track_id": "89ea6758-ab39-47d4-a3dd-1e4cfc349c28",
    "recording_id": null,
    "artist": "Sarah Vaughan",
    "artist_ids": [
        "351d8bdf-33a1-45e2-8c04-c85fad20da55"
    ],
    "album": "The Complete Sarah Vaughn, Live in Japan (disc 2)",
    "release_id": "bc34807d-3335-455a-874c-a9c167fd3461",
    "release_group_id": null,
    "labels": [
        "Mainstream Records"
    ],
    "label_ids": [
        "32e1b749-523c-43ff-9532-2d074f9ea325"
    ],
    "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"
}