Information about plays

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

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

{
    "id": 2681666,
    "uri": "https://api.kexp.org/v2/plays/2681666/?format=api",
    "airdate": "2020-01-03T16:00:16-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4a5751d-9368-459e-9cfc-24fb6909fae2/15494874457-250.jpg",
    "thumbnail_uri": "",
    "song": "Evermore",
    "track_id": "9c2eb645-d51e-4279-8626-4922b9f2197d",
    "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"
}