Information about plays

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

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

{
    "id": 1311084,
    "uri": "https://api.kexp.org/v2/plays/1311084/?format=api",
    "airdate": "2007-12-06T20:22:24-08:00",
    "show": 22931,
    "show_uri": "https://api.kexp.org/v2/shows/22931/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31BV1S0213L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31BV1S0213L._SL75_.jpg",
    "song": "No Vacancy",
    "track_id": "7810d4e6-b60b-48a0-8870-075a8b3e9f9e",
    "recording_id": null,
    "artist": "Holler",
    "artist_ids": [
        "731dab05-919d-42f0-a14d-4f77c1aa28fd"
    ],
    "album": "Straight Outta Boone County",
    "release_id": "e108865d-793c-462a-a53e-378c8f6c45c1",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}