Information about plays

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

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

{
    "id": 1375501,
    "uri": "https://api.kexp.org/v2/plays/1375501/?format=api",
    "airdate": "2008-05-18T04:00:33-07:00",
    "show": 24008,
    "show_uri": "https://api.kexp.org/v2/shows/24008/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ocrgCEqqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ocrgCEqqL._SL75_.jpg",
    "song": "Crystal Lite (feat. Deon Davis)",
    "track_id": null,
    "recording_id": null,
    "artist": "James Pants",
    "artist_ids": [
        "4e40b975-270b-4f97-b295-8db157f06a77"
    ],
    "album": "Welcome",
    "release_id": "3beeb1e9-4307-4d28-a13c-77c1365090bc",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2008-05-27",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}