Information about plays

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

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

{
    "id": 1387748,
    "uri": "https://api.kexp.org/v2/plays/1387748/?format=api",
    "airdate": "2008-06-20T02:46:08-07:00",
    "show": 24224,
    "show_uri": "https://api.kexp.org/v2/shows/24224/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CPlwnLRiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CPlwnLRiL._SL75_.jpg",
    "song": "5 Out",
    "track_id": "8b55a6ad-4c43-49b0-b91d-01b6647b2dd9",
    "recording_id": null,
    "artist": "Syclops",
    "artist_ids": [
        "5c7f757a-7be1-40e6-acb4-8cfee81ecd84"
    ],
    "album": "I've Got My Eye on You",
    "release_id": "092ee7c8-3625-41ba-aa00-5ca34085e6ab",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2008-05-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}