Information about plays

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

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

{
    "id": 2670858,
    "uri": "https://api.kexp.org/v2/plays/2670858/?format=api",
    "airdate": "2019-12-09T05:31:00-08:00",
    "show": 46108,
    "show_uri": "https://api.kexp.org/v2/shows/46108/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Perfect Kiss",
    "track_id": "7c7a60db-35c8-4b87-99d7-4c2c3fcc6005",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Low-Life",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}