Information about plays

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

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

{
    "id": 503771,
    "uri": "https://api.kexp.org/v2/plays/503771/?format=api",
    "airdate": "2002-01-04T20:00:00-08:00",
    "show": 8657,
    "show_uri": "https://api.kexp.org/v2/shows/8657/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B3FMZ69NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B3FMZ69NL._SL75_.jpg",
    "song": "Un Visioso Come Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Di Maggio Brothers",
    "artist_ids": [
        "b0a8f457-55be-4cb5-9838-c96f99d1dbd8"
    ],
    "album": "Rockabilly: From the Boots Up",
    "release_id": "25dac34c-6575-4bdb-86a5-c6f33244103c",
    "release_group_id": null,
    "labels": [
        "Rockabilly Hall of Fame"
    ],
    "label_ids": [
        "d5d6b528-9eaf-4bfa-a4b9-083e2918da1c"
    ],
    "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"
}