Information about plays

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

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

{
    "id": 1275407,
    "uri": "https://api.kexp.org/v2/plays/1275407/?format=api",
    "airdate": "2007-09-05T01:38:38-07:00",
    "show": 22324,
    "show_uri": "https://api.kexp.org/v2/shows/22324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/71s1SlmKk9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/71s1SlmKk9L._SL75_.jpg",
    "song": "Eye Contact",
    "track_id": "bcafbb60-b584-44c7-be4d-22d358bc51ed",
    "recording_id": null,
    "artist": "Tussle",
    "artist_ids": [
        "187e77ca-4382-4511-8f44-4d50d73688eb"
    ],
    "album": "Kling Klang",
    "release_id": "8e56b651-854a-4a83-95af-1db8a6684705",
    "release_group_id": null,
    "labels": [
        "Troubleman Unlimited"
    ],
    "label_ids": [
        "a29656eb-0bc8-4059-b75f-c406c55e0907"
    ],
    "release_date": "2004-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}