Information about plays

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

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

{
    "id": 1274672,
    "uri": "https://api.kexp.org/v2/plays/1274672/?format=api",
    "airdate": "2007-09-03T06:27:18-07:00",
    "show": 22313,
    "show_uri": "https://api.kexp.org/v2/shows/22313/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31d0IJeVISL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31d0IJeVISL._SL75_.jpg",
    "song": "Friend of Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Brightblack Morning Light",
    "artist_ids": [
        "7d5ab287-fa89-4ff7-894a-5e4afb1b1c9f"
    ],
    "album": "Brightblack Morning Light",
    "release_id": "63f41ca8-6b54-4965-9daf-3c5824b4d511",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2006-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}