Information about plays

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

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

{
    "id": 1340773,
    "uri": "https://api.kexp.org/v2/plays/1340773/?format=api",
    "airdate": "2008-02-19T18:25:46-08:00",
    "show": 23426,
    "show_uri": "https://api.kexp.org/v2/shows/23426/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZB1FFSAWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZB1FFSAWL._SL75_.jpg",
    "song": "Loíza",
    "track_id": "de28b583-3349-48a0-acd2-e90782a525e3",
    "recording_id": null,
    "artist": "Tego Calderón",
    "artist_ids": [
        "6efb297a-d135-4b1b-8c6f-097c9670e647"
    ],
    "album": "El Abayarde",
    "release_id": "15ed58f1-bf0d-4083-8463-78cf8ce76f75",
    "release_group_id": null,
    "labels": [
        "Sony Classical"
    ],
    "label_ids": [
        "10920823-9ed8-45d9-adb3-69fc22475ab0"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}