Information about plays

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

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

{
    "id": 422121,
    "uri": "https://api.kexp.org/v2/plays/422121/?format=api",
    "airdate": "2001-05-07T18:05:27-07:00",
    "show": 7073,
    "show_uri": "https://api.kexp.org/v2/shows/7073/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y07VKKHTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y07VKKHTL._SL75_.jpg",
    "song": "Sunny Ti De Ariya",
    "track_id": "69825b80-21b2-4a0d-8194-2d1b82467990",
    "recording_id": null,
    "artist": "King Sunny Ade & His African Beats",
    "artist_ids": [
        "e6703368-59e7-4f58-ad6b-34d0d3ba1387"
    ],
    "album": "Juju Music",
    "release_id": "ee94f715-a1cc-43d9-a30e-fb30be7648a1",
    "release_group_id": null,
    "labels": [
        "Mango-Island"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}