Information about plays

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

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

{
    "id": 532236,
    "uri": "https://api.kexp.org/v2/plays/532236/?format=api",
    "airdate": "2002-03-28T18:07:00-08:00",
    "show": 9214,
    "show_uri": "https://api.kexp.org/v2/shows/9214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Rtvkg-LPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Rtvkg-LPL._SL75_.jpg",
    "song": "One Horse Town",
    "track_id": "9edaa850-1602-4335-ac88-9527e3b153e8",
    "recording_id": null,
    "artist": "Hank Williams III",
    "artist_ids": [
        "1b764e7a-ded1-42bc-8c85-85703b6d72a5"
    ],
    "album": "Lovesick, Broke & Driftin'",
    "release_id": "be9d7ae0-6604-43cf-930c-3648a919f4fc",
    "release_group_id": null,
    "labels": [
        "Curb Records"
    ],
    "label_ids": [
        "1811d7d5-e3fa-41be-b457-666bd939f2a7"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}