Information about plays

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

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

{
    "id": 501431,
    "uri": "https://api.kexp.org/v2/plays/501431/?format=api",
    "airdate": "2001-12-28T19:00:00-08:00",
    "show": 8610,
    "show_uri": "https://api.kexp.org/v2/shows/8610/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41o%2BfWXBGYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41o%2BfWXBGYL._SL75_.jpg",
    "song": "It's Just About Time",
    "track_id": "4ae15b46-7f10-47be-9ee3-2d98a47dd99a",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Folsom Prison Blues",
    "release_id": "1d634c34-e762-4cb0-bb01-9330061fc742",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}