Information about plays

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

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

{
    "id": 533139,
    "uri": "https://api.kexp.org/v2/plays/533139/?format=api",
    "airdate": "2002-03-31T09:59:46-08:00",
    "show": 9234,
    "show_uri": "https://api.kexp.org/v2/shows/9234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q86ZZJW6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q86ZZJW6L._SL75_.jpg",
    "song": "('All I Wanted Was To Make You') Feel Good",
    "track_id": "2043b08c-346c-47b5-8dd7-c333a248cc32",
    "recording_id": null,
    "artist": "Bugge Wesseltoft",
    "artist_ids": [
        "a7835277-ab17-4506-a033-60f018757b84"
    ],
    "album": "Sharing",
    "release_id": "6a6db622-225d-48a7-82e8-8d8b5937ee94",
    "release_group_id": null,
    "labels": [
        "JazzzLand"
    ],
    "label_ids": [],
    "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"
}