Information about plays

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

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

{
    "id": 1351514,
    "uri": "https://api.kexp.org/v2/plays/1351514/?format=api",
    "airdate": "2008-03-19T01:33:11-07:00",
    "show": 23610,
    "show_uri": "https://api.kexp.org/v2/shows/23610/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jrKCFm18L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jrKCFm18L._SL75_.jpg",
    "song": "Summertime",
    "track_id": "8be9c11e-1d9f-4a83-8450-37b30f554868",
    "recording_id": null,
    "artist": "Sound Dimension",
    "artist_ids": [
        "e38e58a0-42e4-4ad0-9d9b-db760d10133c"
    ],
    "album": "Mojo Rocksteady Beat",
    "release_id": "7c3c4f59-e9d5-44a6-8570-24956023f2b2",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2008-01-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}