Information about plays

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

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

{
    "id": 1269070,
    "uri": "https://api.kexp.org/v2/plays/1269070/?format=api",
    "airdate": "2007-08-20T02:24:37-07:00",
    "show": 22219,
    "show_uri": "https://api.kexp.org/v2/shows/22219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easier",
    "track_id": null,
    "recording_id": null,
    "artist": "The Heavy",
    "artist_ids": [
        "ea99eec5-bd72-4b4f-86e4-54c5a34f7e10"
    ],
    "album": "That Kind of Man / Who Needs the Sunshine",
    "release_id": "71c4de7f-94d5-4ffd-b00c-2364256f6eb1",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}