Information about plays

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

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

{
    "id": 1177877,
    "uri": "https://api.kexp.org/v2/plays/1177877/?format=api",
    "airdate": "2006-12-28T10:22:35-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ng-WwU8dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ng-WwU8dL._SL75_.jpg",
    "song": "Those Were the Days",
    "track_id": "ac21fe44-1610-4be1-a974-8520df1c99ce",
    "recording_id": null,
    "artist": "Lady Sovereign",
    "artist_ids": [
        "5fc21e44-d663-495a-b16a-7cc641af5deb"
    ],
    "album": "Public Warning",
    "release_id": "290f1bc5-3ee3-483f-92bf-6dade4b98a3e",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2006-10-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}