Information about plays

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

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

{
    "id": 534341,
    "uri": "https://api.kexp.org/v2/plays/534341/?format=api",
    "airdate": "2002-04-03T20:16:13-08:00",
    "show": 9256,
    "show_uri": "https://api.kexp.org/v2/shows/9256/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51teYvvE%2BQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51teYvvE%2BQL._SL75_.jpg",
    "song": "Sleeping in the Devil's Bed",
    "track_id": "892af523-d59c-415b-afdd-75ab48c7e623",
    "recording_id": null,
    "artist": "Daniel Lanois",
    "artist_ids": [
        "ca0489a4-3a7b-4def-b66e-e00b2f579ae0"
    ],
    "album": "For the Beauty of Wynona",
    "release_id": "4204c64c-c3a4-4401-865b-14e112c031a1",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}