Information about plays

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

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

{
    "id": 2682878,
    "uri": "https://api.kexp.org/v2/plays/2682878/?format=api",
    "airdate": "2020-01-06T14:19:20-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Narcissus",
    "track_id": "06793dcc-9366-429d-b04c-8e4e3ac47633",
    "recording_id": null,
    "artist": "Róisín Murphy",
    "artist_ids": [
        "4c56405d-ba8e-4283-99c3-1dc95bdd50e7"
    ],
    "album": "Narcissus",
    "release_id": "4ed86861-f8cc-40ca-84c3-fa66ca2bc078",
    "release_group_id": null,
    "labels": [
        "Loaded Records"
    ],
    "label_ids": [
        "7376166e-dc9d-4031-88c6-4c43c91ccad3"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Róisín Marie Murphy is an Irish singer-songwriter and record producer. She first became known in the 1990s as one-half of the UK-Irish trip hop duo Moloko with her partner Mark Brydon.\nhttps://en.wikipedia.org/wiki/R%C3%B3is%C3%ADn_Murphy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}