Information about plays

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

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

{
    "id": 1355361,
    "uri": "https://api.kexp.org/v2/plays/1355361/?format=api",
    "airdate": "2008-03-28T13:32:54-07:00",
    "show": 23670,
    "show_uri": "https://api.kexp.org/v2/shows/23670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TPJYT07AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TPJYT07AL._SL75_.jpg",
    "song": "Feeling Sorry",
    "track_id": "e3111544-aea2-4ca1-bbf7-a91c3a541cb5",
    "recording_id": null,
    "artist": "Brassy",
    "artist_ids": [
        "3617825d-9e4c-409a-b824-7ad1bfc5c7ed"
    ],
    "album": "Gettin' Wise",
    "release_id": "a4a5f949-6578-44ae-9435-b834e33ba600",
    "release_group_id": null,
    "labels": [
        "Wiiija/Beggars Group"
    ],
    "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"
}