Information about plays

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

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

{
    "id": 344285,
    "uri": "https://api.kexp.org/v2/plays/344285/?format=api",
    "airdate": "2019-06-21T08:16:01-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uncertain Smile",
    "track_id": "39ce8e15-e0fc-46e4-aadd-6899a0d55e8d",
    "recording_id": null,
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Soul Mining",
    "release_id": "9ffa19cf-5f57-48f6-a346-8a6ad67b434f",
    "release_group_id": null,
    "labels": [
        "Lazarus"
    ],
    "label_ids": [
        "a43c7383-5b02-4e9a-a140-7a0046fae21a"
    ],
    "release_date": "2002-07-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Soul Mining\" is The The's debut album. It's included in the books \"1001 Albums You Must Hear Before You Die\" and \"Fear of Music: The Greatest 261 Albums Since Punk and Disco\" by journalist Garry Mulholland, who described it as \"a hidden masterpiece\". Track length: 6:52",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}