Information about plays

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

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

{
    "id": 1392767,
    "uri": "https://api.kexp.org/v2/plays/1392767/?format=api",
    "airdate": "2008-07-02T16:31:58-07:00",
    "show": 24307,
    "show_uri": "https://api.kexp.org/v2/shows/24307/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xP6VEwFtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xP6VEwFtL._SL75_.jpg",
    "song": "Nancy Sin",
    "track_id": "5c3cee19-7a9d-4ded-832c-829ce05c499a",
    "recording_id": null,
    "artist": "Beat Happening",
    "artist_ids": [
        "449e44cb-bcae-4c48-a1af-5d8df0f81456"
    ],
    "album": "Music to Climb the Apple Tree By",
    "release_id": "78caee23-e545-4435-bb65-bade55b5488d",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2003-09-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}