Information about plays

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

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

{
    "id": 1339932,
    "uri": "https://api.kexp.org/v2/plays/1339932/?format=api",
    "airdate": "2008-02-17T18:06:00-08:00",
    "show": 23413,
    "show_uri": "https://api.kexp.org/v2/shows/23413/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MPvwmgIcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MPvwmgIcL._SL75_.jpg",
    "song": "Busy",
    "track_id": "43452a0e-6307-4650-b1fb-f91744817a7e",
    "recording_id": null,
    "artist": "Rocko",
    "artist_ids": [
        "0dc215ac-3186-474a-aab5-443f7168fcc8"
    ],
    "album": "Self-Made",
    "release_id": "dc42e823-0210-42c3-a475-0ba39ed20b2c",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}