Information about plays

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

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

{
    "id": 2681257,
    "uri": "https://api.kexp.org/v2/plays/2681257/?format=api",
    "airdate": "2020-01-02T15:20:11-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/d277c19d-71e9-4d70-892b-7a9fb1ff0b78/17361517341-250.jpg",
    "thumbnail_uri": "",
    "song": "Blue Flower",
    "track_id": "a79f2f86-2f0e-47dc-a31a-139fc4120d01",
    "recording_id": null,
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "She Hangs Brightly",
    "release_id": "d277c19d-71e9-4d70-892b-7a9fb1ff0b78",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the 1972 song by Slapp Happy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}