Information about plays

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

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

{
    "id": 494606,
    "uri": "https://api.kexp.org/v2/plays/494606/?format=api",
    "airdate": "2001-12-08T09:11:32-08:00",
    "show": 8481,
    "show_uri": "https://api.kexp.org/v2/shows/8481/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21F8GGMETCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21F8GGMETCL._SL75_.jpg",
    "song": "School Children (feat. The New Establishment)",
    "track_id": "28c02503-bb46-4b1f-8b97-9f1ca6268b9b",
    "recording_id": null,
    "artist": "The Black Brothers",
    "artist_ids": [
        "cc26d1d7-835e-4663-8464-abfc4baaf87f"
    ],
    "album": "Studio One Roots",
    "release_id": "2836046f-9250-49bc-b9c1-f275cea976dc",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2001-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}