Information about plays

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

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

{
    "id": 501528,
    "uri": "https://api.kexp.org/v2/plays/501528/?format=api",
    "airdate": "2001-12-29T01:17:00-08:00",
    "show": 8612,
    "show_uri": "https://api.kexp.org/v2/shows/8612/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y91QE3H3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y91QE3H3L._SL75_.jpg",
    "song": "Close to the Source",
    "track_id": "af331a10-0370-4e7f-a1a4-da38df84fd5a",
    "recording_id": null,
    "artist": "LTJ Bukem",
    "artist_ids": [
        "28c1b7b7-355a-48b1-b2c4-75b8eb8080ef"
    ],
    "album": "Journey Inwards (disc 2)",
    "release_id": "a9e51742-4902-4214-9a92-0089149b1b4b",
    "release_group_id": null,
    "labels": [
        "Kinetic"
    ],
    "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"
}