Information about plays

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

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

{
    "id": 1384303,
    "uri": "https://api.kexp.org/v2/plays/1384303/?format=api",
    "airdate": "2008-06-11T07:36:00-07:00",
    "show": 24167,
    "show_uri": "https://api.kexp.org/v2/shows/24167/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cascade (live)",
    "track_id": "db6dbe0c-8dc8-459b-96a3-4f42be8694fb",
    "recording_id": null,
    "artist": "Tycho",
    "artist_ids": [
        "b36f70be-71b1-44d5-9abc-8cd5cc78eb6e"
    ],
    "album": "Ghostly Swim",
    "release_id": "e22adef4-d49a-40d8-8b85-3ff0ecdbaf45",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}