Information about plays

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

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

{
    "id": 449532,
    "uri": "https://api.kexp.org/v2/plays/449532/?format=api",
    "airdate": "2001-07-27T19:40:00-07:00",
    "show": 7598,
    "show_uri": "https://api.kexp.org/v2/shows/7598/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41J7EZXA1XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41J7EZXA1XL._SL75_.jpg",
    "song": "Cramp Stomp",
    "track_id": "1ad904a8-08d8-41af-99df-e1befc9ef71e",
    "recording_id": null,
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Big Beat From Badsville",
    "release_id": "51c0ac7f-03d3-4993-b902-054c25028a0d",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}