Information about plays

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

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

{
    "id": 1277897,
    "uri": "https://api.kexp.org/v2/plays/1277897/?format=api",
    "airdate": "2007-09-11T11:11:20-07:00",
    "show": 22366,
    "show_uri": "https://api.kexp.org/v2/shows/22366/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VD7QHCGML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VD7QHCGML._SL75_.jpg",
    "song": "Sugar Pill (demo version)",
    "track_id": "ffe1d72c-2b3e-4f2e-9517-520b2a8de284",
    "recording_id": null,
    "artist": "Ambulance LTD",
    "artist_ids": [
        "b7c3af7b-1379-4125-8a64-95f3e1fb3546"
    ],
    "album": "New English EP",
    "release_id": "7a4ee11e-2c1e-400e-a8d5-fa9270cfe73f",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2006-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}