Information about plays

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

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

{
    "id": 480944,
    "uri": "https://api.kexp.org/v2/plays/480944/?format=api",
    "airdate": "2001-10-28T00:05:27-07:00",
    "show": 8211,
    "show_uri": "https://api.kexp.org/v2/shows/8211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WJtGQqzGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WJtGQqzGL._SL75_.jpg",
    "song": "Summertime",
    "track_id": "83ec7780-0a95-40e2-9f3f-32877982d87c",
    "recording_id": null,
    "artist": "Stefon Harris",
    "artist_ids": [
        "a18b2895-1dbe-4b55-bba0-fae4c02a9a1a"
    ],
    "album": "Kindred",
    "release_id": "b1b93933-09f5-4fd7-a2d9-630a04267008",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}