Information about plays

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

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

{
    "id": 1289118,
    "uri": "https://api.kexp.org/v2/plays/1289118/?format=api",
    "airdate": "2007-10-10T03:33:41-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61pv7JR-9NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61pv7JR-9NL._SL75_.jpg",
    "song": "Say Something (feat. Jean Grae)",
    "track_id": "e75c88ba-5392-4174-80bc-e3329b30f782",
    "recording_id": null,
    "artist": "Talib Kweli",
    "artist_ids": [
        "bb3cbea2-5ad4-4917-bc84-8a1975d40315"
    ],
    "album": "Eardrum",
    "release_id": "bc2a02c0-97a4-42ce-bb64-6a9773391cf0",
    "release_group_id": null,
    "labels": [
        "Sire/Warner Bros."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}