Information about plays

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

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

{
    "id": 427796,
    "uri": "https://api.kexp.org/v2/plays/427796/?format=api",
    "airdate": "2001-05-25T00:28:00-07:00",
    "show": 7184,
    "show_uri": "https://api.kexp.org/v2/shows/7184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UOvsI%2BekL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UOvsI%2BekL._SL75_.jpg",
    "song": "Miyaabele",
    "track_id": "32849fd0-797e-41c0-9ac7-00d82f2353d9",
    "recording_id": null,
    "artist": "Baaba Maal ",
    "artist_ids": [
        "cec7447d-a39c-41c5-ba74-5d7057e5c731"
    ],
    "album": "Missing You (Mi Yeewnii)",
    "release_id": "93859bb6-d21e-4cb8-94cc-3e067d19d42c",
    "release_group_id": null,
    "labels": [
        "Palm Pictures"
    ],
    "label_ids": [
        "9f25310a-94d7-4a28-bf89-6729a2b8e859"
    ],
    "release_date": "2001-04-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}