Information about plays

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

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

{
    "id": 342856,
    "uri": "https://api.kexp.org/v2/plays/342856/?format=api",
    "airdate": "2019-06-18T07:07:00-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy When It Rains",
    "track_id": "ab749251-388a-3a75-993d-1c76704eb41c",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Darklands",
    "release_id": "eddcb927-85e6-4ec7-a951-43851e74e3ee",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}