Information about plays

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

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

{
    "id": 1375935,
    "uri": "https://api.kexp.org/v2/plays/1375935/?format=api",
    "airdate": "2008-05-19T07:39:36-07:00",
    "show": 24017,
    "show_uri": "https://api.kexp.org/v2/shows/24017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510aTNjDMOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510aTNjDMOL._SL75_.jpg",
    "song": "Pickin' It Up",
    "track_id": "736d81b6-a5ad-4e15-baa8-7ba3447cdc95",
    "recording_id": null,
    "artist": "Hot Hot Heat",
    "artist_ids": [
        "0e0dd9da-5878-4c46-9a9a-6df43abb5c96"
    ],
    "album": "Elevator",
    "release_id": "1dd47279-a2da-44af-983e-2ca513e99537",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2005-04-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}