Information about plays

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

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

{
    "id": 1275741,
    "uri": "https://api.kexp.org/v2/plays/1275741/?format=api",
    "airdate": "2007-09-05T21:39:42-07:00",
    "show": 22329,
    "show_uri": "https://api.kexp.org/v2/shows/22329/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51s%2BdENuCJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51s%2BdENuCJL._SL75_.jpg",
    "song": "Stones Throw",
    "track_id": null,
    "recording_id": null,
    "artist": "Lusine ICL",
    "artist_ids": [
        "2ceaa36e-c742-4ecd-ac28-7dc80463a7df"
    ],
    "album": "Language Barrier",
    "release_id": "07b85f22-a1c5-4a06-8342-56cc4a8df440",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}