Information about plays

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

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

{
    "id": 2680450,
    "uri": "https://api.kexp.org/v2/plays/2680450/?format=api",
    "airdate": "2019-12-31T15:34:27-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e8d227c-24fd-3d34-89bd-5b63907fb1e8/24994856378-250.jpg",
    "thumbnail_uri": "",
    "song": "In the Year 2525",
    "track_id": "72f8fd8d-d1b5-3612-8759-f2d9b6409cd0",
    "recording_id": null,
    "artist": "Visage",
    "artist_ids": [
        "74f5365e-d77c-4a33-9715-7d5f049c9fbb"
    ],
    "album": "Fade to Grey: The Best of Visage",
    "release_id": "7e8d227c-24fd-3d34-89bd-5b63907fb1e8",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1993-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}