Information about plays

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

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

{
    "id": 518516,
    "uri": "https://api.kexp.org/v2/plays/518516/?format=api",
    "airdate": "2002-02-16T14:43:00-08:00",
    "show": 8944,
    "show_uri": "https://api.kexp.org/v2/shows/8944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BXJWtnw%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BXJWtnw%2BL._SL75_.jpg",
    "song": "Deep Night / Softly as in a Morning Sunrise",
    "track_id": "d51ff27b-0317-491d-8095-b3d70692e3d9",
    "recording_id": null,
    "artist": "Terry Snyder",
    "artist_ids": [
        "256cf8f4-51d3-4de2-86f0-668616e9eab3"
    ],
    "album": "Ultra-Lounge, Volume 17: Bongo Land",
    "release_id": "07faa091-f841-4fe2-b952-1bbf686da051",
    "release_group_id": null,
    "labels": [
        "Capital"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}