Information about plays

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

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

{
    "id": 1323325,
    "uri": "https://api.kexp.org/v2/plays/1323325/?format=api",
    "airdate": "2008-01-07T04:55:48-08:00",
    "show": 23138,
    "show_uri": "https://api.kexp.org/v2/shows/23138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P062DGDEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P062DGDEL._SL75_.jpg",
    "song": "Austin's Groove/Southern Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "Fatboy Slim",
    "artist_ids": [
        "34c63966-445c-4613-afe1-4f0e1e53ae9a"
    ],
    "album": "Live on Brighton Beach",
    "release_id": "d0566e9b-9e3f-4fd9-bd97-5a2726be8ee5",
    "release_group_id": null,
    "labels": [
        "Ministry of Sound"
    ],
    "label_ids": [
        "c48b8ed2-46c5-4e51-9bea-5a37fcd0053b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}