Information about plays

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

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

{
    "id": 534804,
    "uri": "https://api.kexp.org/v2/plays/534804/?format=api",
    "airdate": "2002-04-05T03:14:23-08:00",
    "show": 9264,
    "show_uri": "https://api.kexp.org/v2/shows/9264/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YEZHKH0XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YEZHKH0XL._SL75_.jpg",
    "song": "Blue Flame",
    "track_id": "9257423d-5504-4698-af19-375f3bd0f1d1",
    "recording_id": null,
    "artist": "Simon Shaheen & Qantara",
    "artist_ids": [
        "40df8011-666d-43e5-b8be-b6abf648667f"
    ],
    "album": "Blue Flame",
    "release_id": "c7431ff9-27bb-4dcc-aed9-717ea590109d",
    "release_group_id": null,
    "labels": [
        "Ark 21"
    ],
    "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"
}