Information about plays

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

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

{
    "id": 498931,
    "uri": "https://api.kexp.org/v2/plays/498931/?format=api",
    "airdate": "2001-12-20T20:21:00-08:00",
    "show": 8561,
    "show_uri": "https://api.kexp.org/v2/shows/8561/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515xVbLATQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515xVbLATQL._SL75_.jpg",
    "song": "Blue",
    "track_id": "a67002ca-46c8-42d1-8211-afe71baee395",
    "recording_id": null,
    "artist": "Beth and April Stevens",
    "artist_ids": [
        "20c0aa19-89f7-41e0-a22c-5b4daaf85cd5"
    ],
    "album": "Sisters",
    "release_id": "7e4fd2ad-834a-4a18-9f2e-ffbb1c3faa53",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}