Information about plays

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

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

{
    "id": 495841,
    "uri": "https://api.kexp.org/v2/plays/495841/?format=api",
    "airdate": "2001-12-11T23:55:00-08:00",
    "show": 8504,
    "show_uri": "https://api.kexp.org/v2/shows/8504/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SZS2DQSXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SZS2DQSXL._SL75_.jpg",
    "song": "De Tí Me Olvidaré",
    "track_id": "789d739b-d43e-40b3-b9de-1b60d284e0b4",
    "recording_id": null,
    "artist": "Raul Malo",
    "artist_ids": [
        "a9ab6062-6a41-4206-aaaa-09eee3ee9126"
    ],
    "album": "Today",
    "release_id": "e7e558ad-c354-44a6-9031-fdf47e781fe9",
    "release_group_id": null,
    "labels": [
        "OM Town"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}