Information about plays

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

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

{
    "id": 1386174,
    "uri": "https://api.kexp.org/v2/plays/1386174/?format=api",
    "airdate": "2008-06-16T04:01:57-07:00",
    "show": 24200,
    "show_uri": "https://api.kexp.org/v2/shows/24200/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418QQTJCVAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418QQTJCVAL._SL75_.jpg",
    "song": "The Last Time",
    "track_id": "c5c04384-1e17-4c14-87c6-8dab99c388cf",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Out of Our Heads",
    "release_id": "04a1f440-9314-46dd-ab00-8d3ab646fb69",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}