Information about plays

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

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

{
    "id": 485019,
    "uri": "https://api.kexp.org/v2/plays/485019/?format=api",
    "airdate": "2001-11-09T16:27:16-08:00",
    "show": 8289,
    "show_uri": "https://api.kexp.org/v2/shows/8289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A0QM0RNWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A0QM0RNWL._SL75_.jpg",
    "song": "Sweet Inspiration",
    "track_id": "948e7d73-33ff-4636-8522-22a71230949d",
    "recording_id": null,
    "artist": "The Sweet Inspirations",
    "artist_ids": [
        "ef069340-5d44-4178-9e9f-87989fe79c1f"
    ],
    "album": "Beg, Scream & Shout! The Big Ol' Box of '60s Soul (Beg 1)",
    "release_id": "15f16c5b-2c84-4b01-af15-0500dfe011e3",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}