Information about plays

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

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

{
    "id": 490958,
    "uri": "https://api.kexp.org/v2/plays/490958/?format=api",
    "airdate": "2001-11-27T18:45:00-08:00",
    "show": 8413,
    "show_uri": "https://api.kexp.org/v2/shows/8413/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FJ23NCHVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FJ23NCHVL._SL75_.jpg",
    "song": "Tríptico",
    "track_id": "570e3e77-fe1e-422a-804a-86d24a4b19c7",
    "recording_id": null,
    "artist": "Gotan Project",
    "artist_ids": [
        "66cc244d-6f96-4668-a6e9-0f9cd5acc940"
    ],
    "album": "Buddha-Bar III (disc 2: Joy)",
    "release_id": "39bc5334-28c2-4bb2-906c-1c6d4ccc3b1c",
    "release_group_id": null,
    "labels": [
        "Wagram"
    ],
    "label_ids": [
        "8387a032-b837-4bbf-b6e5-99ad9f7a0bdd"
    ],
    "release_date": "2001-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}