Information about plays

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

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

{
    "id": 414698,
    "uri": "https://api.kexp.org/v2/plays/414698/?format=api",
    "airdate": "2001-04-12T08:00:00-07:00",
    "show": 6916,
    "show_uri": "https://api.kexp.org/v2/shows/6916/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61%2BSAshsRXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61%2BSAshsRXL._SL75_.jpg",
    "song": "Love at First Feel",
    "track_id": "bffa93fa-e011-4211-a144-a97341f15615",
    "recording_id": null,
    "artist": "Mark Kozelek",
    "artist_ids": [
        "99f4b23d-3711-4efe-ad71-9572158e234c"
    ],
    "album": "What's Next to the Moon",
    "release_id": "00a492ba-ff35-4c0b-b3c1-2c2683771d4e",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2001-01-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}