Information about plays

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

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

{
    "id": 1286782,
    "uri": "https://api.kexp.org/v2/plays/1286782/?format=api",
    "airdate": "2007-10-04T03:44:00-07:00",
    "show": 22514,
    "show_uri": "https://api.kexp.org/v2/shows/22514/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HKJ2Z45NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HKJ2Z45NL._SL75_.jpg",
    "song": "The Guidelines",
    "track_id": "3678913b-6a9c-45dc-bf25-6833a1d2367c",
    "recording_id": null,
    "artist": "(Various Artists) Aceyalone",
    "artist_ids": [
        "dbd1b11b-0ab2-4afd-8264-c2909237b6fb"
    ],
    "album": "A Book of Human Language (Accompanied by Mumbles)",
    "release_id": "5e59050c-fbf2-4811-b177-c1dab9792b83",
    "release_group_id": null,
    "labels": [
        "Project Blowed"
    ],
    "label_ids": [
        "16e3feec-8f18-4ef7-8042-90d0266148e5"
    ],
    "release_date": "1998-04-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}