Information about plays

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

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

{
    "id": 1275915,
    "uri": "https://api.kexp.org/v2/plays/1275915/?format=api",
    "airdate": "2007-09-06T07:43:29-07:00",
    "show": 22331,
    "show_uri": "https://api.kexp.org/v2/shows/22331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/314ZJ935CPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/314ZJ935CPL._SL75_.jpg",
    "song": "Stay Don't Go",
    "track_id": null,
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Kill the Moonlight",
    "release_id": "e5764149-c843-4ba6-a42b-334890f2d202",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}