Information about plays

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

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

{
    "id": 418371,
    "uri": "https://api.kexp.org/v2/plays/418371/?format=api",
    "airdate": "2001-04-26T06:55:42-07:00",
    "show": 6990,
    "show_uri": "https://api.kexp.org/v2/shows/6990/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31WK4EPGT4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31WK4EPGT4L._SL75_.jpg",
    "song": "Karma Marga",
    "track_id": "a38220f8-0cd5-431a-8f79-c217d07a26b3",
    "recording_id": null,
    "artist": "Loop Guru",
    "artist_ids": [
        "375d23d9-d767-4a8e-bd0c-9fae1e26e51e"
    ],
    "album": "Loop Bites Dog",
    "release_id": "e6d43825-81e7-45d4-90c6-9e55e4402010",
    "release_group_id": null,
    "labels": [
        "World Domination Recordings"
    ],
    "label_ids": [
        "4a30120f-08ec-4952-b0ac-d6a8102d34a8"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}