Information about plays

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

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

{
    "id": 1362668,
    "uri": "https://api.kexp.org/v2/plays/1362668/?format=api",
    "airdate": "2008-04-16T01:04:08-07:00",
    "show": 23795,
    "show_uri": "https://api.kexp.org/v2/shows/23795/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61K1YRNR7VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61K1YRNR7VL._SL75_.jpg",
    "song": "Number 1 (múm remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "We Are Glitter",
    "release_id": "48caccb1-bdcb-43af-935c-766b68c25c52",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2006-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}