Information about plays

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

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

{
    "id": 415118,
    "uri": "https://api.kexp.org/v2/plays/415118/?format=api",
    "airdate": "2001-04-15T15:00:00-07:00",
    "show": 6924,
    "show_uri": "https://api.kexp.org/v2/shows/6924/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wCsAnsyzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wCsAnsyzL._SL75_.jpg",
    "song": "Mediu Xhiga",
    "track_id": "39cbb92d-c556-4ada-aaed-c658ff1ba1d2",
    "recording_id": null,
    "artist": "Dueto De Los Hermanos Rios",
    "artist_ids": [
        "a7f8e136-69a6-45fc-82ad-7331aec75559"
    ],
    "album": "Putumayo Presents: Mexico",
    "release_id": "de5e1579-4491-4f5c-87eb-2ec4372f8a14",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2001-04-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}