Information about plays

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

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

{
    "id": 1379439,
    "uri": "https://api.kexp.org/v2/plays/1379439/?format=api",
    "airdate": "2008-05-28T03:16:28-07:00",
    "show": 24074,
    "show_uri": "https://api.kexp.org/v2/shows/24074/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EuWNpFEML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EuWNpFEML._SL75_.jpg",
    "song": "Petit Pays (Château Flight remix)",
    "track_id": "95b15480-d3a0-48fa-b083-37f1fb921532",
    "recording_id": null,
    "artist": "Cesária Évora",
    "artist_ids": [
        "ceafdf2f-bc18-4b99-8c71-d1834b0065c3"
    ],
    "album": "Club Sodade: Cesaria Evora By...",
    "release_id": "b6037cb7-ea3e-430e-a049-92a3ab620599",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}