Information about plays

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

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

{
    "id": 2680308,
    "uri": "https://api.kexp.org/v2/plays/2680308/?format=api",
    "airdate": "2019-12-31T06:53:39-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4a5751d-9368-459e-9cfc-24fb6909fae2/15494874457-250.jpg",
    "thumbnail_uri": "",
    "song": "Way We Won’t",
    "track_id": "ddcc64f4-0fde-4cd3-baed-352762070c07",
    "recording_id": null,
    "artist": "Grandaddy",
    "artist_ids": [
        "9d4c4835-c71a-4647-a4fc-263e26832cd0"
    ],
    "album": "Last Place",
    "release_id": "a4a5751d-9368-459e-9cfc-24fb6909fae2",
    "release_group_id": null,
    "labels": [
        "30th Century"
    ],
    "label_ids": [
        "0687f311-f77c-43c2-a48c-c01197e20cf9"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}