Information about plays

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

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

{
    "id": 1309545,
    "uri": "https://api.kexp.org/v2/plays/1309545/?format=api",
    "airdate": "2007-12-02T22:02:00-08:00",
    "show": 22907,
    "show_uri": "https://api.kexp.org/v2/shows/22907/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ghqFyNf1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ghqFyNf1L._SL75_.jpg",
    "song": "L Delay",
    "track_id": "855d6622-be06-4951-86ee-6134f322cb52",
    "recording_id": null,
    "artist": "Andomat 3000 & Jan",
    "artist_ids": [
        "bb78121d-3a35-4a15-b335-ce9a96ac582d"
    ],
    "album": "Freakshow: Cocoon Ibiza Summer Mix (disc 2: Raresh in the mix)",
    "release_id": "23597dd8-d730-4241-b9b5-9d28f1d9130f",
    "release_group_id": null,
    "labels": [
        "Cocoon Recordings"
    ],
    "label_ids": [
        "b544ec39-2d71-4c70-be2b-4b3f2f98295a"
    ],
    "release_date": "2007-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}