Information about plays

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

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

{
    "id": 431659,
    "uri": "https://api.kexp.org/v2/plays/431659/?format=api",
    "airdate": "2001-06-05T18:13:20-07:00",
    "show": 7261,
    "show_uri": "https://api.kexp.org/v2/shows/7261/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NGGG9ETFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NGGG9ETFL._SL75_.jpg",
    "song": "Silencio",
    "track_id": "017001bf-525f-4332-93e7-9ebfbe683ba3",
    "recording_id": null,
    "artist": "Ibrahim Ferrer",
    "artist_ids": [
        "a61930ae-dfe3-4574-bc5b-b0fa8d8efb62"
    ],
    "album": "Buena Vista Social Club presents Ibrahim Ferrer",
    "release_id": "231dc0e9-bcfa-449f-b445-ae6835c09b2a",
    "release_group_id": null,
    "labels": [
        "World Circuit"
    ],
    "label_ids": [
        "ad3947c8-2a1e-45b7-a41b-fd0f4d1065bc"
    ],
    "release_date": "1999-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}