Information about plays

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

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

{
    "id": 1385985,
    "uri": "https://api.kexp.org/v2/plays/1385985/?format=api",
    "airdate": "2008-06-15T16:53:20-07:00",
    "show": 24196,
    "show_uri": "https://api.kexp.org/v2/shows/24196/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31SMVQ2zVnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31SMVQ2zVnL._SL75_.jpg",
    "song": "88th Precinct",
    "track_id": "83cd62c1-c46c-44b6-906e-1944a65a8aab",
    "recording_id": null,
    "artist": "Team Robespierre",
    "artist_ids": [
        "81e336fd-80a9-4337-815c-0fb136ff1f90"
    ],
    "album": "Everything's Perfect",
    "release_id": "7c5297d1-618e-40f3-b0d6-9d1c2b76cf9c",
    "release_group_id": null,
    "labels": [
        "Impose Records"
    ],
    "label_ids": [
        "7e7d3ffd-85c1-4227-9a9e-70fa271430dd"
    ],
    "release_date": "2008-01-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}