Information about plays

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

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

{
    "id": 504172,
    "uri": "https://api.kexp.org/v2/plays/504172/?format=api",
    "airdate": "2002-01-06T04:21:00-08:00",
    "show": 8668,
    "show_uri": "https://api.kexp.org/v2/shows/8668/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513-tQov6IL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513-tQov6IL._SL75_.jpg",
    "song": "Sugarloaf",
    "track_id": "0306d629-120e-4808-b6fe-3f779c102111",
    "recording_id": null,
    "artist": "Sound Track",
    "artist_ids": [
        "aea27f9f-9525-4ba3-91b0-1419284f7676"
    ],
    "album": "The Cooler",
    "release_id": "ce67be4c-b83b-412b-b33f-b1b8b12d33c8",
    "release_group_id": null,
    "labels": [
        "Caipirinha Productions"
    ],
    "label_ids": [
        "fd2c8935-ac66-4084-9038-08f658ac5214"
    ],
    "release_date": "2000-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}