Information about plays

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

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

{
    "id": 1338199,
    "uri": "https://api.kexp.org/v2/plays/1338199/?format=api",
    "airdate": "2008-02-13T10:53:56-08:00",
    "show": 23384,
    "show_uri": "https://api.kexp.org/v2/shows/23384/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61W38iJFhlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61W38iJFhlL._SL75_.jpg",
    "song": "Illustrate the History -When I Grow Up-",
    "track_id": "67562b18-e82a-46d5-9833-2ef067cc8400",
    "recording_id": null,
    "artist": "BOAT",
    "artist_ids": [
        "8d2531ce-6782-40de-ad71-d64cefcd17f9"
    ],
    "album": "Let's Drag Our Feet",
    "release_id": "f041bd44-f26f-4803-aa92-844515dd70ce",
    "release_group_id": null,
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "2007-07-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}