Information about plays

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

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

{
    "id": 1186417,
    "uri": "https://api.kexp.org/v2/plays/1186417/?format=api",
    "airdate": "2007-01-19T04:11:34-08:00",
    "show": 20799,
    "show_uri": "https://api.kexp.org/v2/shows/20799/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61rOxKY-VLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61rOxKY-VLL._SL75_.jpg",
    "song": "Shattered (You Left Me)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Exploding Hearts",
    "artist_ids": [
        "e0fc22ed-6fff-4161-8ff7-a568cdbe7850"
    ],
    "album": "Shattered",
    "release_id": "72c23276-b334-4bcd-a8e0-c04903df3c31",
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2006-10-31",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}