Information about plays

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

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

{
    "id": 1340540,
    "uri": "https://api.kexp.org/v2/plays/1340540/?format=api",
    "airdate": "2008-02-19T03:26:52-08:00",
    "show": 23422,
    "show_uri": "https://api.kexp.org/v2/shows/23422/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YFAJPTTHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YFAJPTTHL._SL75_.jpg",
    "song": "Smash It Up!",
    "track_id": "63eb2e83-ce38-4499-b504-d93204736e8a",
    "recording_id": null,
    "artist": "Alpinestars",
    "artist_ids": [
        "c9fe2520-b2f5-414f-8981-47cc877f62dc"
    ],
    "album": "White Noise",
    "release_id": "e464f47d-97a3-496d-9279-5cca3855d581",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "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"
}