Information about plays

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

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

{
    "id": 1195612,
    "uri": "https://api.kexp.org/v2/plays/1195612/?format=api",
    "airdate": "2007-02-11T13:01:43-08:00",
    "show": 20959,
    "show_uri": "https://api.kexp.org/v2/shows/20959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61v8Ah-MOKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61v8Ah-MOKL._SL75_.jpg",
    "song": "Give It Lose It Take It",
    "track_id": "7658a330-9b66-48d2-93f7-f6413b27becc",
    "recording_id": null,
    "artist": "Field Music",
    "artist_ids": [
        "a9ae7a19-be18-4737-8eb1-af560eb177de"
    ],
    "album": "Tones of Town",
    "release_id": "441ed924-d395-41f8-b639-06b226163c78",
    "release_group_id": null,
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2007-01-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}