Information about plays

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

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

{
    "id": 464595,
    "uri": "https://api.kexp.org/v2/plays/464595/?format=api",
    "airdate": "2001-09-10T00:05:27-07:00",
    "show": 7895,
    "show_uri": "https://api.kexp.org/v2/shows/7895/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31TSJ5R3K9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31TSJ5R3K9L._SL75_.jpg",
    "song": "King Conga",
    "track_id": "e4dec97c-6bbb-48d0-90b3-65da243ef18f",
    "recording_id": null,
    "artist": "Johnny Blas",
    "artist_ids": [
        "c4b2eff7-7653-4e71-b6ed-af371f9fe943"
    ],
    "album": "King Conga",
    "release_id": "d0ec5108-e6c8-4feb-92a1-4771064d5030",
    "release_group_id": null,
    "labels": [
        "CuBop"
    ],
    "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"
}