Information about plays

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

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

{
    "id": 1250062,
    "uri": "https://api.kexp.org/v2/plays/1250062/?format=api",
    "airdate": "2007-07-03T03:59:44-07:00",
    "show": 21897,
    "show_uri": "https://api.kexp.org/v2/shows/21897/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61JCM4ZDNFL.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61JCM4ZDNFL._SL75_.gif",
    "song": "California (All the Way)",
    "track_id": null,
    "recording_id": null,
    "artist": "Luna",
    "artist_ids": [
        "dda04604-b50a-4bd1-8780-77564c659dc0"
    ],
    "album": "Bewitched",
    "release_id": "1aeee612-59ea-475b-8a2b-9fe953889554",
    "release_group_id": null,
    "labels": [
        "Electra"
    ],
    "label_ids": [
        "a6a91cbd-9096-4ffc-90b4-c7c7af42105d"
    ],
    "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"
}