Information about plays

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

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

{
    "id": 1272303,
    "uri": "https://api.kexp.org/v2/plays/1272303/?format=api",
    "airdate": "2007-08-28T07:25:15-07:00",
    "show": 22273,
    "show_uri": "https://api.kexp.org/v2/shows/22273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Music",
    "track_id": "79b0c551-bb77-40c8-8c99-7063fc450b8f",
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "This Is Music",
    "release_id": "bff24022-f509-40bd-bf15-178f36330c48",
    "release_group_id": null,
    "labels": [
        "Hut Recordings"
    ],
    "label_ids": [
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}