Information about plays

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

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

{
    "id": 1177903,
    "uri": "https://api.kexp.org/v2/plays/1177903/?format=api",
    "airdate": "2006-12-28T12:18:22-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BudaQBGaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BudaQBGaL._SL75_.jpg",
    "song": "Call an Ambulance",
    "track_id": "614fb6cc-8915-4f52-90a9-8328853719c4",
    "recording_id": null,
    "artist": "Albert Hammond, Jr.",
    "artist_ids": [
        "a0498514-c21c-4e85-8dbf-a1b92374a06b"
    ],
    "album": "Yours to Keep",
    "release_id": "bf5303ec-7679-4867-a327-4088ac9d4dcc",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2006-10-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}