Information about plays

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

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

{
    "id": 529521,
    "uri": "https://api.kexp.org/v2/plays/529521/?format=api",
    "airdate": "2002-03-21T04:31:13-08:00",
    "show": 9163,
    "show_uri": "https://api.kexp.org/v2/shows/9163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61aVtzU4ixL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61aVtzU4ixL._SL75_.jpg",
    "song": "American Wheeze",
    "track_id": "9040d2d6-fff6-43ce-bc00-404f080f6ce6",
    "recording_id": null,
    "artist": "16 Horsepower",
    "artist_ids": [
        "9a22fc7b-ad7f-4c70-9e0f-4d40cd7562cd"
    ],
    "album": "Hoarse",
    "release_id": "857f4b2c-b396-4291-bdfe-78de6dac4828",
    "release_group_id": null,
    "labels": [
        "Checkered Past"
    ],
    "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"
}