Information about plays

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

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

{
    "id": 509732,
    "uri": "https://api.kexp.org/v2/plays/509732/?format=api",
    "airdate": "2002-01-22T17:24:00-08:00",
    "show": 8780,
    "show_uri": "https://api.kexp.org/v2/shows/8780/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FQ4786YAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FQ4786YAL._SL75_.jpg",
    "song": "Sudden Stop",
    "track_id": "24f9bc05-898e-4f01-b677-50da3d3c0856",
    "recording_id": null,
    "artist": "Kelly Hogan & The Pine Valley Cosmonauts",
    "artist_ids": [
        "364a2ce2-7abe-4270-a747-39eb6f9ef0c3"
    ],
    "album": "Beneath the Country Underdog",
    "release_id": "b201af1a-8ed4-4652-b353-575b4beab568",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}