Information about plays

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

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

{
    "id": 446572,
    "uri": "https://api.kexp.org/v2/plays/446572/?format=api",
    "airdate": "2001-07-19T07:17:38-07:00",
    "show": 7543,
    "show_uri": "https://api.kexp.org/v2/shows/7543/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41gEk6rjcDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41gEk6rjcDL._SL75_.jpg",
    "song": "Bigmouth Strikes Again",
    "track_id": "0b421b36-e4db-45e6-8d45-47eda4f85ad8",
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "...Best II",
    "release_id": "dffcfe0a-eb17-4df3-a6ba-6f7125c10129",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-12-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}