Information about plays

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

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

{
    "id": 349357,
    "uri": "https://api.kexp.org/v2/plays/349357/?format=api",
    "airdate": "2019-07-03T01:18:48-07:00",
    "show": 5821,
    "show_uri": "https://api.kexp.org/v2/shows/5821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coconut Grove",
    "track_id": "8406268e-acfd-4be6-96cd-42a6e1b3d356",
    "recording_id": null,
    "artist": "Night Moves",
    "artist_ids": [
        "cfe4a55b-b076-48c1-a9fe-585c59f14645"
    ],
    "album": "Can You Really Find Me",
    "release_id": "79b8a9b7-336c-4866-bf35-d7db0ab93b9c",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Meet me at The Grove - https://nightmoves.bandcamp.com/album/can-you-really-find-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}