Information about plays

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

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

{
    "id": 1233297,
    "uri": "https://api.kexp.org/v2/plays/1233297/?format=api",
    "airdate": "2007-05-19T23:35:40-07:00",
    "show": 21603,
    "show_uri": "https://api.kexp.org/v2/shows/21603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21FBH6DC6VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21FBH6DC6VL._SL75_.jpg",
    "song": "Big-Jesus-Trash-Can",
    "track_id": "93eab26f-f2c0-46e0-9793-26ff41974a2d",
    "recording_id": null,
    "artist": "The Birthday Party",
    "artist_ids": [
        "cbcd4d49-e892-4fc6-a313-35f275a153d2"
    ],
    "album": "Hits",
    "release_id": "a2b87429-f77f-4c45-a2cd-f8f20288dd3b",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1992-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}