Information about plays

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

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

{
    "id": 1307657,
    "uri": "https://api.kexp.org/v2/plays/1307657/?format=api",
    "airdate": "2007-11-28T03:15:43-08:00",
    "show": 22874,
    "show_uri": "https://api.kexp.org/v2/shows/22874/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21TMV3VD9ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21TMV3VD9ZL._SL75_.jpg",
    "song": "Under Me Sleng Teng",
    "track_id": "d5cc1086-e4c7-4ea0-bf59-4361f9e3dbd7",
    "recording_id": null,
    "artist": "Wayne Smith",
    "artist_ids": [
        "4d2794e2-d826-48bb-b379-a36b2ba11247"
    ],
    "album": "Tougher Than Tough: The Story of Jamaican Music (disc 4: Dance Hall Good to We 1982-1993)",
    "release_id": "129f0647-a989-4561-8f84-26d7ead7e854",
    "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"
}