Information about plays

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

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

{
    "id": 499770,
    "uri": "https://api.kexp.org/v2/plays/499770/?format=api",
    "airdate": "2001-12-23T23:42:00-08:00",
    "show": 8581,
    "show_uri": "https://api.kexp.org/v2/shows/8581/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31GNJ1QMA2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31GNJ1QMA2L._SL75_.jpg",
    "song": "Night Music",
    "track_id": "8c353b04-a203-4713-93b6-dd7efe5b4158",
    "recording_id": null,
    "artist": "Eric Dolphy",
    "artist_ids": [
        "badda5cf-f2c5-4dc2-b3d3-07467bdf0f71"
    ],
    "album": "Vintage Dolphy",
    "release_id": "8487507b-fb1b-4006-b8af-a049a9bc4695",
    "release_group_id": null,
    "labels": [
        "GM"
    ],
    "label_ids": [
        "3546aa54-16b4-43e3-9dc3-cb7c5abbcbb6"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}