Information about plays

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

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

{
    "id": 1315999,
    "uri": "https://api.kexp.org/v2/plays/1315999/?format=api",
    "airdate": "2007-12-19T08:10:32-08:00",
    "show": 23013,
    "show_uri": "https://api.kexp.org/v2/shows/23013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lBaKp46rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lBaKp46rL._SL75_.jpg",
    "song": "Common People",
    "track_id": null,
    "recording_id": null,
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "Different Class",
    "release_id": "e26332fc-d9c5-4507-aeda-5f83df17a5a9",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}