Information about plays

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

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

{
    "id": 1286216,
    "uri": "https://api.kexp.org/v2/plays/1286216/?format=api",
    "airdate": "2007-10-02T18:39:51-07:00",
    "show": 22506,
    "show_uri": "https://api.kexp.org/v2/shows/22506/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hQw0E8duL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hQw0E8duL._SL75_.jpg",
    "song": "Onda Callejera",
    "track_id": "dced585c-7a1f-4940-a57d-47fc9c9a7458",
    "recording_id": null,
    "artist": "Ry Cooder",
    "artist_ids": [
        "a4e2650b-938b-4b72-95bc-6e229cd34601"
    ],
    "album": "Chávez Ravine",
    "release_id": "3dbe92e3-772e-41fd-9d6a-a321f6202835",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2005-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}