Information about plays

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

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

{
    "id": 1213707,
    "uri": "https://api.kexp.org/v2/plays/1213707/?format=api",
    "airdate": "2007-03-31T10:00:00-07:00",
    "show": 21272,
    "show_uri": "https://api.kexp.org/v2/shows/21272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513fJTMxqqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513fJTMxqqL._SL75_.jpg",
    "song": "Who Have Eyes To See",
    "track_id": null,
    "recording_id": null,
    "artist": "Errol \"Flabba\" Holt",
    "artist_ids": [
        "75ec7280-2856-4285-8f7b-5289eb4a3f1e"
    ],
    "album": "Silver and Gold 1973-1979",
    "release_id": "a22f91c4-cd5d-4738-9101-f16a91d41699",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2005-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}