Information about plays

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

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

{
    "id": 500953,
    "uri": "https://api.kexp.org/v2/plays/500953/?format=api",
    "airdate": "2001-12-27T09:30:00-08:00",
    "show": 8601,
    "show_uri": "https://api.kexp.org/v2/shows/8601/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZYK3Z54JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZYK3Z54JL._SL75_.jpg",
    "song": "Marx and Engels",
    "track_id": "f6607516-4aec-496f-bc7c-84c6ea1ed4d6",
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "I'm Waking Up to Us",
    "release_id": "d35e81d9-f89c-4677-8c39-aeccad0dd627",
    "release_group_id": null,
    "labels": [
        "Jeepster Recordings"
    ],
    "label_ids": [
        "d8ddfba4-7f0e-4313-8543-048cc2f72f8f"
    ],
    "release_date": "2001-11-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}