Information about plays

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

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

{
    "id": 533175,
    "uri": "https://api.kexp.org/v2/plays/533175/?format=api",
    "airdate": "2002-03-31T12:42:50-08:00",
    "show": 9235,
    "show_uri": "https://api.kexp.org/v2/shows/9235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TzN5ryY5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TzN5ryY5L._SL75_.jpg",
    "song": "The Language of Birds",
    "track_id": "6484ac3c-074f-4c62-82d9-61afb078c049",
    "recording_id": null,
    "artist": "Memphis",
    "artist_ids": [
        "8628d49f-e6da-40e3-a8a4-d63a7d7eed96"
    ],
    "album": "A Good Day Sailing",
    "release_id": "ab8ef3d1-bd5a-46e9-b89e-bed1abed66cf",
    "release_group_id": null,
    "labels": [
        "Le Grand Magistery"
    ],
    "label_ids": [
        "a522c25c-b9b6-427f-a4d4-7ea8ecb92e7c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}