Information about plays

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

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

{
    "id": 2682646,
    "uri": "https://api.kexp.org/v2/plays/2682646/?format=api",
    "airdate": "2020-01-06T00:29:00-08:00",
    "show": 46304,
    "show_uri": "https://api.kexp.org/v2/shows/46304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Il Paradiso del Blues",
    "track_id": "0f3ba1a7-622c-4fab-bf37-f982f3744488",
    "recording_id": null,
    "artist": "Miho Hazama",
    "artist_ids": [
        "b27a41bd-61fd-4743-90cd-a60ce02667a1"
    ],
    "album": "Dancer in Nowhere",
    "release_id": "e74ccf00-8e1f-4d64-bcf9-84e699977ee7",
    "release_group_id": null,
    "labels": [
        "Sunnyside Records"
    ],
    "label_ids": [
        "92851d27-e2c0-402c-8e48-ec13e9e0137b"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}