Information about plays

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

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

{
    "id": 1394466,
    "uri": "https://api.kexp.org/v2/plays/1394466/?format=api",
    "airdate": "2008-07-06T23:06:00-07:00",
    "show": 24336,
    "show_uri": "https://api.kexp.org/v2/shows/24336/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NZhVL99QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NZhVL99QL._SL75_.jpg",
    "song": "Stars",
    "track_id": "2128f521-73ce-4af1-afd7-a6ffbfa49280",
    "recording_id": null,
    "artist": "Dusk",
    "artist_ids": [
        "b0c9766b-84e0-45c5-901d-bf605aca4a83"
    ],
    "album": "Ministry of Sound: Late Night Sessions (disc 1: Twilight Mix)",
    "release_id": "35c5b588-9229-4fd0-9c90-595365fc6681",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2003-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}