Information about plays

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

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

{
    "id": 419086,
    "uri": "https://api.kexp.org/v2/plays/419086/?format=api",
    "airdate": "2001-04-28T09:41:15-07:00",
    "show": 7003,
    "show_uri": "https://api.kexp.org/v2/shows/7003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qV-ssZ9VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qV-ssZ9VL._SL75_.jpg",
    "song": "Rocking Vibration",
    "track_id": "3347be0d-9c6e-4c3d-804c-b962e22e1964",
    "recording_id": null,
    "artist": "Winston Jarrett",
    "artist_ids": [
        "6399b34c-06d9-43f1-93d2-a655adfd8d0c"
    ],
    "album": "Wise Man",
    "release_id": "3ff77d2e-5ed9-4487-80db-bbc400de8ad0",
    "release_group_id": null,
    "labels": [
        "Tamoki Wambesi"
    ],
    "label_ids": [
        "2e7340b9-828d-4f24-88e8-2d23eb9161ca"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}