Information about plays

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

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

{
    "id": 1354976,
    "uri": "https://api.kexp.org/v2/plays/1354976/?format=api",
    "airdate": "2008-03-27T15:54:31-07:00",
    "show": 23665,
    "show_uri": "https://api.kexp.org/v2/shows/23665/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BVGDzmDTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BVGDzmDTL._SL75_.jpg",
    "song": "Raise Me Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Hercules and Love Affair",
    "release_id": "8b40dedb-6472-4aea-90e8-cb47ee482e35",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2008-03-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}