Information about plays

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

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

{
    "id": 1367194,
    "uri": "https://api.kexp.org/v2/plays/1367194/?format=api",
    "airdate": "2008-04-27T11:36:00-07:00",
    "show": 23871,
    "show_uri": "https://api.kexp.org/v2/shows/23871/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41zswaBhNrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41zswaBhNrL._SL75_.jpg",
    "song": "Funkadelic Sound",
    "track_id": "5477c70f-c089-4fa7-ac80-e589ca2a2858",
    "recording_id": null,
    "artist": "Little Beaver",
    "artist_ids": [
        "50538ff2-70b3-4c45-90f7-587b056dced4"
    ],
    "album": "Miami Sound: Rare Funk & Soul From Miami, Florida 1967-1974",
    "release_id": "828cfb74-dec2-4d4b-bc91-90998f2c2fbb",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2003-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}