Information about plays

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

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

{
    "id": 1354929,
    "uri": "https://api.kexp.org/v2/plays/1354929/?format=api",
    "airdate": "2008-03-27T12:42:50-07:00",
    "show": 23664,
    "show_uri": "https://api.kexp.org/v2/shows/23664/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B7GP9o2HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B7GP9o2HL._SL75_.jpg",
    "song": "El Carretero",
    "track_id": "e4d2fa54-d5fc-49fd-84d5-277c55855c02",
    "recording_id": null,
    "artist": "Barrio Cubano de Ronald Rubinel",
    "artist_ids": [
        "e16a7c96-071b-4a3b-bf8f-5f5a404a0629"
    ],
    "album": "Putumayo Presents: Latin Groove",
    "release_id": "1dc9a493-99da-4451-a849-8c7c7e18ee1e",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2002-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}