Information about plays

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

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

{
    "id": 1276268,
    "uri": "https://api.kexp.org/v2/plays/1276268/?format=api",
    "airdate": "2007-09-07T06:16:40-07:00",
    "show": 22337,
    "show_uri": "https://api.kexp.org/v2/shows/22337/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519Vg54naAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519Vg54naAL._SL75_.jpg",
    "song": "Jane Says",
    "track_id": null,
    "recording_id": null,
    "artist": "Jane's Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Nothing's Shocking",
    "release_id": "3156d06a-b783-4eea-a336-89b8a4513872",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}