Information about plays

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

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

{
    "id": 535274,
    "uri": "https://api.kexp.org/v2/plays/535274/?format=api",
    "airdate": "2002-04-06T12:57:08-08:00",
    "show": 9273,
    "show_uri": "https://api.kexp.org/v2/shows/9273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pNw80d4wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pNw80d4wL._SL75_.jpg",
    "song": "Pills and Booze",
    "track_id": "7ec3977f-2feb-4e7b-b05c-47b3abb83fe7",
    "recording_id": null,
    "artist": "Green on Red",
    "artist_ids": [
        "5af94151-9549-4259-97b0-16c348d82f91"
    ],
    "album": "This Time Around",
    "release_id": "76387808-3da1-45e7-bf69-d4cb6ad4c4d3",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "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"
}