Information about plays

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

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

{
    "id": 440175,
    "uri": "https://api.kexp.org/v2/plays/440175/?format=api",
    "airdate": "2001-06-30T13:56:00-07:00",
    "show": 7421,
    "show_uri": "https://api.kexp.org/v2/shows/7421/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GC4SXMCML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GC4SXMCML._SL75_.jpg",
    "song": "Stay",
    "track_id": "ff089347-f9a9-4b5f-90b0-d5d2410ac417",
    "recording_id": null,
    "artist": "Radar Bros.",
    "artist_ids": [
        "5e9a6985-3b60-476e-ba75-12fbc66918cc"
    ],
    "album": "Radar Bros.",
    "release_id": "6b1cdf72-0b56-4a35-bf88-0ddd9bfe667d",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1997-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}