Information about plays

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

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

{
    "id": 1177562,
    "uri": "https://api.kexp.org/v2/plays/1177562/?format=api",
    "airdate": "2006-12-27T14:55:12-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AaqHMfQIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AaqHMfQIL._SL75_.jpg",
    "song": "The Way It's Meant to Be",
    "track_id": null,
    "recording_id": null,
    "artist": "The Features",
    "artist_ids": [
        "ad737fe7-0b69-44f8-937e-67f436cff02d"
    ],
    "album": "Exhibit A",
    "release_id": "3fee81b0-621c-4e1b-a1c8-4c3b5638b77f",
    "release_group_id": null,
    "labels": [
        "Warner+Bros."
    ],
    "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"
}