Information about plays

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

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

{
    "id": 415202,
    "uri": "https://api.kexp.org/v2/plays/415202/?format=api",
    "airdate": "2001-04-16T06:25:42-07:00",
    "show": 6927,
    "show_uri": "https://api.kexp.org/v2/shows/6927/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QPZkrkbcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QPZkrkbcL._SL75_.jpg",
    "song": "Dear John",
    "track_id": null,
    "recording_id": null,
    "artist": "The Nice",
    "artist_ids": [
        "db301158-fdfd-49f6-be50-4909dbbc1e53"
    ],
    "album": "Nice",
    "release_id": "6976e68c-b0bd-48fb-8ad3-9f90cb80eb54",
    "release_group_id": null,
    "labels": [
        "Feel Good All Over"
    ],
    "label_ids": [
        "96807dd2-cf2a-420e-a1d9-c48d3d57ab17"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}