Information about plays

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

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

{
    "id": 473366,
    "uri": "https://api.kexp.org/v2/plays/473366/?format=api",
    "airdate": "2001-10-05T21:08:34-07:00",
    "show": 8063,
    "show_uri": "https://api.kexp.org/v2/shows/8063/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4173AN74H0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4173AN74H0L._SL75_.jpg",
    "song": "I'm in the Mood",
    "track_id": "219ea44c-13a2-4057-8bba-a865ea38a008",
    "recording_id": null,
    "artist": "John Lee Hooker",
    "artist_ids": [
        "b0122194-c49a-46a1-ade7-84d1d76bd8e9"
    ],
    "album": "The Real Folk Blues",
    "release_id": "c1267155-f889-48cc-ba87-201fb7943997",
    "release_group_id": null,
    "labels": [
        "Chess"
    ],
    "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"
}