Information about plays

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

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

{
    "id": 2678403,
    "uri": "https://api.kexp.org/v2/plays/2678403/?format=api",
    "airdate": "2019-12-26T14:30:24-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/76fee385-1c82-4a9d-8820-2664cb7c49f6/5190669854-250.jpg",
    "thumbnail_uri": "",
    "song": "Born Again",
    "track_id": "d3f47a86-ed35-4391-b13e-6850cba77f48",
    "recording_id": null,
    "artist": "DIANA",
    "artist_ids": [
        "cb14502c-6d0c-4590-87ac-44f12b799c7d"
    ],
    "album": "Perpetual Surrender",
    "release_id": "76fee385-1c82-4a9d-8820-2664cb7c49f6",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track comes from the Toronto synth-pop band's album, \"Perpetual Surrender\" released in 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}